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";
Colours and sizes are changed using the .style property. For example:
Document.getElementById("idname").style.color="red";