About HTML

Index Page     About HTML     Color     Images & Links     Lists     Tables    

HTML stands for hyper text mark up language
tagging language or formatting not computer coding

mots tags are put inside angle brackets (greater than less than sign)s

<<> every web page starts with < html >and ends < /html >
All heading information is with the < head > tag\ Within the < head > tag, put the title tag. the title will show up on the browser bar tab.

Structure of a simple HTML page.
html<<html>
   <head >
    <title /title>
 </head>
something about the body tag
new line
html tags are enclosed by angle brackets.
Every web page starts with (angle brackets)html(angle brackets) and ends with (angle brackets)/html(angle brackets)
<br/> tag makes a line break
<hr/> makes a horizontal line on the page
& nbsp; makes a space
& amp;makes an ampersand
& lt; makes a left angle bracket
& gt; makes a right angle bracket
http://www.ascii.cl/htmlcodes.htm
<!--comments-->

Trevor
January 25