Web site mission statement
Bandwidth conservation
HTML elements <HEAD> </HEAD> HEAD can contain: <TITLE> </TITLE> <META name="value" content="value"> HTTP-EQUIV Mostly user defined information <BODY attributes="value"> </BODY> Attributes: BACKGROUND <IMG SRC="url"> BGCOLOR "color name" "6 hex digit value" VLINK="color" LINK="color" ALINK="color" TEXT="color"
Basic Tags <P> <BR> Format Tags <CENTER> </CENTER> <QUOTE> </QUOTE> <CITE> </CITE> <B> </B> <STRONG> </STRONG> <I> </I> Font Tags <FONT attribute="value"> </FONT> SIZE="+n" or "-n" or "1" thru "7" <Hn> </Hn> Heading fonts List Elements <OL> Ordered List </OL> <UL> Unordered List </UL> <LI> List Item <MENU> </MENU> <DIR> 20 chars </DIR>
Anchors <A HREF="value"> </A> <A NAME="subvalue"> Position subheadings outside of table boundaries IMAGES <IMG SRC="value"> </IMG> <body BACKGROUND="value"> <img src="value" WIDTH="nn" HEIGHT="nn" BORDER="nn" ALT="string" ALIGN="top" | "middle" | "bottom"> Always declare the width & height of your graphics
Tables <TABLE> </TABLE> Tables have their own formatting characteristics and their own unique capabilities. They can be thought of as a page within a page. <TABLE attribute="value"> <TR> <TD> </TD> </TR> </TABLE> <TH> Table header </TH> <CAPTION> Table Caption </CAPTION>
Netscape Frames FRAMES
This results in:
Forms <FORM> </FORM>*** <FORM ACTION="http://www.excite.com/search.gw" METHOD=POST> You can enter words describing a <INPUT TYPE="radio" NAME="searchType" VALUE="Concept" CHECKED>Concept or <INPUT TYPE="radio" NAME="searchType" VALUE="Keyword">Keywords,<BR> and you can then <STRONG>Query By Example</STRONG> and find similar pages<BR> that don't necessarily have the words that you'd typed.<P> Give it a try: <BR> <table> <tr> <td> <img vspace="4" src="http://pages.prodigy.com/GBonline/excite_t.gif" width="100" height="44"> </td> <td> <INPUT NAME="search" SIZE=30> </td> <td> <INPUT TYPE="image" SRC="http://pages.prodigy.com/GBonline/search_b.gif" width="63" height="20" alt="Search" NAME="searchButton" BORDER=0> </td> </tr> </table> Search: <INPUT TYPE="radio" NAME="category" VALUE="default" CHECKED>Web Sites <INPUT TYPE="radio" NAME="category" VALUE="news">Usenet <INPUT TYPE="radio" NAME="category" VALUE="news.class">Classifieds <INPUT TYPE="radio" NAME="category" VALUE="guide">Reviews </form>
Example:***
Gary Bennett
gbonline@ix.netcom.com
| http://pages.prodigy.com/GBonline