Teaching Home HTML Introduction HTMLtags HTMLdoc Element Tree HTML Element Attributes CSS Introduction CSS Basics JavaScript Introduction JavaScript Basics JavaScript BarCharts Python Introduction Python Basics Pesky Pixie Home (separate website)

JavaScript Basics

JavaScript Can Change HTML Content

JavaScript can change HTML content.


JavaScript Can Change HTML Attribute Values

In this case JavaScript changes the value of the src (source) attribute of an image.


JavaScript Can Change HTML Styles (CSS)

Changing the style of an HTML element, is a variant of changing an HTML attribute:


JavaScript can change the style of an HTML element.


JavaScript Can Hide and Show HTML Elements

Hiding/showing HTML elements can be done by changing the display style:

JavaScript can hide and show HTML elements.