Part I -- If you do not have the file created from this exercise, please follow the instructions below to save a new file.
ff0000=red    0000ff=blue
00ff00=green  ffff00=yellow
000000=black  ffffff=white

(1) Open NOTEPAD and type
         (copy) everything in;
(2) Make changes, as appropriate
        (name and colors);
(3) Save as: name.html with type
        "All Files" on desktop;
(4) Double-click your new file.
 
Part II -- Add multimedia appeal to your web page.
 
(1) Put cursor at the end of the "</head>" tag line and hit Enter;
(2) Copy and paste the "img src" tag line between the
      "</head>" and "<body bgcolor="#ffff00">" lines;
(3) Put cursor at the end of the "h2" tag line and hit Enter;
(4) Copy and paste the last three html command lines between the
      "</h2>" and "</body>" lines;
(5) Save;
(6) Double-click your edited file.