Welcome to the There Home Page

Click this Link to get to the Here.HTML page HTML and JavaScript go hand and hand.

With HTML we often use the A tag as well as some CSS

For example ↓ we can make a page display the time with the following code

(script)
var d=new Date ();
document.write(d);
(/script)

see! ↓

JavaScript can also be used to change things on your page
we can change the color of a Webpage by clicking on an image

Click on the image to change the page color.

Click on the next picture to change the background color back.
See this is made possible by the on-click function in JavaScript if we wanted we could even change the image itself.

With the Rollover function we can change image.

Home
Markups Images List Tables Forms Here/ A tags There/JavaScript