Return To CS 100 Home

Colour Theme   Code Block Theme   Font Size Options
   
       
       
       
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";