BASIC HTML ELEMENTS LIST
Building pages simply explained step by step
from web by Lino Bertuzzi

 

FUNDAMENTALS (the page skeleton)
Type <HTML></HTML> at the beginning and the end of page
Head <HEAD>...commands...</HEAD>   insert after under <HTML>
Title <TITLE> ... page title ..</TITLE>  insert after under <HEAD>
Contents <BODY> ..page content.. </BODY>  insert after <HEAD> and before </HTML>
FORMAT   STRUCTURE
Heading <H?></H?> six levels are defined
Alignment <H? ALIGN=LEFT|CENTER|RIGHT></H?> <H?VALIGN=TOP|MIDDLE|BOTTOM></H?>
Blocks <DIV>....</DIV>  
Alignment <DIV ALIGN=LEFT|CENTER|RIGHT></DIV>  insert after under <HEAD>
Displacement <BLOCKQUOTE>....</BLOCKQUOTE>   diplacing a text block
Emphasis <EM></EM>  Cursive
 Underline <U></U>   Underline a word