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. shooting star














Now let's try a list

The superscript tag, but now with the underline tag as well -- the 2nd of October.

And now an ordered list:
  1. apple
  2. bear
  3. college
  4. dragon
. . . . .
  1. x-ray
  2. yolk
  3. 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.