our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Align each graphic left, then specify
vspace
of
4
and
hspace
of
16
.
Link each of the three pages back to the home page, and to each other.
On each page, make the "you are here" link into bold, plain text.
Using the style sheet, make the background color of each page light gray.
TIP:
Add
body {background:
formatting to the style sheet.
The hexadecimal code for light gray is
cccccc
.
Make the link color on each page bright red.
Preview the site in the browser.
It should look like the site at:
www.inpics.net/files/html/cats
<< BACK
NEXT >>