Michael Collins' HTML page

Down to the Bottom
HTML Tags   Index Page   My Logo  
Images               Lists           Table  

about html

Several things

* Html tags are enclosed by < angle brackets >.
* Every web page starts with < html > and ends with
* Every page starts with < html >and ends with < /html >.
* All heading information is within the < head > tag.
* Within the < html > tag, put the < title > tag.
The title will show up on the browser tab.
  makes a space
& makes a ampersand
< makes a left ange bracket
> makes a right ampersand
< strong > makes bold text
⁢em> makes italic textbr />

Structure of a simple html page


  < html >
    < head >
        < title > < title >
      < Head >
    < body >
  < all page content goes here >
  < body >
  < html >
html-hyper text markup language Taggings is a format language, not a computer programming Most tags that you use in html are going to be put in angle brackets (greater than less than signs)

Page created by Michael Collins
December 2009