home *** CD-ROM | disk | FTP | other *** search
/ Internet CD 2005 March / Internet_CD_032005.iso / Programista / w3IDE / w3IDESetup.exe / File281 < prev    next >
Encoding:
Text File  |  2004-03-19  |  478 b   |  16 lines

  1. Put some thought into the <TITLE>...</TITLE>
  2. content. This is the text that will appear 
  3. in the title bar of the browser window of 
  4. your page. It's the title that is saved if 
  5. someone should bookmark your page.
  6. The comments tag:  <!--    --> 
  7. allows you to place comments within 
  8. the code of your HTML
  9.  
  10.  
  11. If your page looks funny -- not what you 
  12. had expected then look for <XX<, or 
  13. missing <XX, missing closures </XX>, 
  14. missing quote marks, or overlapping tags
  15.  
  16.