home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 22 / AMUG_22-1.ISO / Files / Internet / Web Things / HTML 201.sit / HTML 201 / HTML 201.rsrc / TEXT_139.txt < prev    next >
Encoding:
Text File  |  1996-03-13  |  568 b   |  18 lines

  1.  
  2. Drill 8
  3.  
  4. In this drill I will add a graphic to the lists.html document. This is the portion of code where I will add it:
  5.  
  6. <HR> ----------------> I will add the code here
  7. <P> 
  8. This is my page of lists. It contains lists of things I like. But first let's define what a list is:
  9. <P>
  10.  
  11. This is the code I will add:
  12.  
  13. <P> 
  14. <IMG SRC="u_constr.GIF" ALIGN=middle><B>This area under constant construction.</B>
  15.  
  16. When you open up lists.html with your browser you will see that the GIF appears with the text (in bold) aligned to the middle of it.
  17.  
  18. Next are some miscellaneous tags.