Javascript can be used to alter ordinary html elements quite easily by using the document object model. The easiest way to think about it is just to use the function document.getElementById( "id" ); to get hold of html elements.