About HTML

About HTML       Images & Links       Color       Lists       Tables      

HTML: hypertext mark up language
tagging or formatting language rather than coding or programming most tags used in HTML are in <> angle brackets
always end page with body tags and head tags,
use <
Every web page starts with <html < and ends with < /html >
all heading info is within the <head > tag ,
within the head tag put the title tag. The title will show up on the browser tag

Structure of a simple HTML page
  <html>
  <head>
  <title></title>

    <body>
  all page content
   </body >
  </html >

Other Useful HTML Codes
<br /> makes a line break <hr /> makes horizontal line on page
& nbsp; makes a space
& amp; makes an ampersand
& lt; makes left angle bracket
& gt; makes a right angle bracket
<strong> makes bold text </strong>
<em> makes italics </em>
http://www.ascii.cl/
Nancy
1/27/10