Friday, May 14, 2010

Web Page Design

We are going to work on HTML vocabulary to further develop your ability to control the design and organization of your page.

First we are going to prepare an image in photoshop. Reduce your resolution and lower the overall size of your image, it must be in RGB.

Image: <img src=" name_of_your_photo">
Link to another page, relative URL= <a href="page2.html" > </a>
Link to another site on the internet, absolute URL= <a href=http://www.website/ </a>

Link tags to change the colour of your links use these attributes in the <body> tag:
link change the link colour
alink changes the link colour when you are clicking on it
vlink changes the colur of your link after you have visited it

<br> is a break to another line
If we have time, we are going to start to organize your information in tables.

No comments:

Post a Comment