This is an example
for what you might do
for practice.html
This link is to practice2.html
Now, I've added color to the page --- you really need to be careful about which colors
you choose for the links, text, etc. Some just don't work well. For example: If you
choose a blue background -- you MUST set the link color to something else -- the default
color of blue on links would make them blue on blue and impossible to see. Check the
practice2 link to see a background. Also notice (in the source code) that both images
have the width, height, and alt attributes --- necessary for every image.
Now let's try a list
- Boring list
- Sunday
- Monday
- Tuesday
- Wednesday
and just to make it a little interesting -- an embedded list
- 9:00am -- start work
- 10:00am-1pm -- lunch
- 2pm-4:30pm -- coffee break
- Thursday
- Friday
- Saturday
The superscript tag, but now with the underline tag
as well -- the 2nd of October.
And now an ordered list:
- apple
- bear
- college
- dragon
. . . . .
- x-ray
- yolk
- zenophon
I hope this gives you an example of what the first practice.html page might look like.
It can be anything you want as far as content is concerned.
You just need to show your ability to use the basic tags along with
headers, horizontal rules, lists, and some font adjustments.
Have fun.