<html>
This tag is used to open this page for html code
<head> this tag opens the header of the web page which is displayed at the very top of the
page. There are many different meta tags that can be put in the head
section.
<title>this tag begins the title and the text that follows this tag will be displayed in the head of
the page by the browser.
</title> this tag closes
the title section of the header.
</head> this tag ends the
header section
<body> this
tag indicates the beginning of the body which contains your web
page.
</body> this closes the body
section of your web page.
</html> this closes the document.
The text color and background can be set for the entire document with:
<Body TEXT="#rrggbb" BGCOLOR ="#rrggbb">
the rr stands for the red 3 number code code, gg for the green 3 numbered code,
and bb for the blue 3 numberedl code. For example:
<Body TEXT="255255051" BGCOLOR="210255210">
To change the color of a block of text or a single word can be done with:
<font color="#rrggbb">Hello There</font>
To set the color of a table is done with:
<Table bgcolor="#rrggbb">
</table>
Internet Web
Page:
<a href="http://www.earlwylie.com">Earl's home page</a>
Web Page
on same server
and folder:
<a href="download.htm">Cis78 Lab Files</a>
In the same
page:
<a href="#bottom">Bottom</a>
<a name="bottom">Bottom</a> - this is the target of the
internal hyperlink.
For an E-mail:
<a
href="mailto:ewylie@solano.cc.ca.us"> earl's e-mail</a>
For a
graphic:
<img src="images/banner.jpg>
http://webaim.org/standards/508/checklist
http://www.cast.org/bobby