Web Design Vocbulary 


  • HTML cheatsheet 

    3

< HTML > begin the html page 

 < HEAD > begin the heading of document 

< TITLE > designite the title of the page 

< BODY > begin the body of the document 

< h1 > fromat a level 1 heading 

< h2 > format a level 2 heading 

< h3 > format a level 3 heading 

< h4 > format a level 4 heading 

< h5 > format a level 5 heading 

< h6 > format a level 6 heading

< Br> add a line break 

< P> set apart a gronp if text as a paragraph ( align) 

< l > format the text using italices 

< b >