Return To CS 100 Home

Change Style With JS

How do I change the styles on a page, such as colours or sizes?

Colours and sizes are changed using the .style property. For example:

Document.getElementById("idname").style.color="red";