HTML tags

  1. should be at beginning & end of your source code
    <HTML>
  2. start & ends what appears on your title bar
    <HEAD>
  3. put title bar text
    <TITLE>
  4. background color
    <BODY BGCOLOR= >
  5. picture background
    <BODY BACKGROUND= .EXT>
  6. largest title
    <H1>
  7. starts and ends a paragraph; left aligned
    <P>
  8. starts and ends a paragraph that is centered
    <P ALIGN=CENTER>
  9. font
    <FONT FACE= >
  10. font size
    <FONT SIZE= >
  11. font color
    <FONT COLOR= >
  12. bold
    <B>
  13. italic
    <I>
  14. underline
    <U>
  15. <A HREF= .HTML> CLICK HERE TO LINK </A>
    link
  16. <IMG SRC= .EXT>
    insert a picture
  17. &nbsp
    space
  18. size of the line across the page
    <HR SIZE=
  19. width of the line
    <HR WIDTH= >
  20. new line
    <BR>
  21. text will be centered
    <CENTER>
  22. bullets
    <UL>
  23. numbered list
    <OL>
  24. list item
    <LI>
Author
Anonymous
ID
20070
Card Set
HTML tags
Description
vocab for computer final
Updated