WEB DESING VOCABULARY

D.REYES 

 

MEMORIAL HIGH SCHOOL


  • HTML Vocabulary

    3

  1. < HTML > : Begin the HTML page.
  2. < HEAD> : Begin the heading of the document.
  3. < TITLE > : Desingnate the title of the page.
  4. < BODY > : Begin the body of the document 
  5. < H1 > : Format a level 1 heading
  6. < H2 > :  Format a level 2 heading
  7. < H3> :  Format a level 3 heading
  8. < H4 > :  Format a level 4 heading
  9. < H5 > : Format a level 5 heading
  10. < H6 > :  Format a level 6 heading
  11. < BR > : Add a line break
  12. < P > :  Set apart a group of text as a paragraph 
  13. < I > : Format the text using italics 
  14. < B > : Format the text with boldface
  15. < UL > : Create an unordered list
  16. < OL > : Create an ordered list
  17. < LI >  : Specify a list item 
  18. < FONT > : Specify font characterictics  
  19. < A > : Desingnate a hyperlink  
  20. < IMG > : Desingnate an image              
  21.  < Table > : Designate an HTML table 
  22. < TR > : Designate a table row
  23. < TD > : Designate to table cell
  24. < TH > : Designate a table heading
  25. < FRAMESET > : Designate a frames page
  26. < FRAME > : Designate a frame within a frames page
  27. < NOFRAMES > : Designate code that will be displayed if frames are not supported
  28. < FORM > : Designate the start of a form
  29. < INPUT> : Designate a form element 
  30. <SELECT> : Designate a pull-down menu
  31. < OPTION > : Designate an item in a pull-down menu
  32. < TEXTAREA > : Designate a text area to insert text