HomePage
-
Notice how you can click on both the picture and the text in the navigation bar.
This is done by putting the <img> tag and the text (e.g. Home)
inside the same <a> tag.
-
View the code for this page to see how the < and > signs in the previous item
are displayed by using character entities. See
this page for more
information about character entities.
-
Notice how the tennis racket image is sized to be the same size as the other images
by using the width and height attributes in the <img> tag.
-
See the code of the hobbies page for an example of how to layout a webpage with nested tables