Web Design Vocabulary


Maico Lopez

Memorial High School


  • HTML Cheat Sheet

    3

< HTML > Begin the HTML page.

< Head > begin the heading of the document.

< TITLE > Designate the title of the page.

< BODY > begin the body of the document.

< H1 > Format a level 1 heading.

< H2 > level 2.

< H3 > level 3.

< H4 > level 4.

< H5 > level 5.

< H6 > level 6.

< BR > Add a line break.

< P > Set apart a group of text as a paragraph.

< I > Format the text using italics.

< B > Format the text with boldface.

< UL > Create an unordered list.

    Create an ordered list.

< LI > Specify a list item.

< FONT > Specify font characteristics .

< A > Designate a hyperlink .

< IMG > Designate an image.

< TABLE > Designate an HTML table.

< TR > Designate a table row.

< TD > Designate a table cell.

< TH > Designate a table heading.

< FRAMESET > Designate a frame spage.

 <FRAME > Designate a frame within a frames page.

<NOFRAMES > Designate code that will be displayed it frames are not supported.