home *** CD-ROM | disk | FTP | other *** search
- Tag,Description / Example
- <A>,Anchor: Hyperlinks
- ,<a href="http://ok.com"> </a>
- <B>,Font: Bold
- ,<b> </b>
- <BR>,Paragraph: Line Break
- ,<br>
- <I>,Font: Italic
- ,<i> </i>
- <OL>,Lists: Numeric
- ,<ol> </ol>
- <LI>,Lists: List Item
- ,<li> Item Text
- <UL>,Lists: Bulleted
- ,<ul> </ul>
- <HR>,Paragraph: Horizontal Line
- ,<hr>
- <STYLE>,Page: Style Sheet
- ,<STYLE> </STYLE>
- <SCRIPT>,Page: Script; JavaScript or VBScript
- ,<SCRIPT LANGUAGE="JavaScript"> </script>
- <BLINK>,Font: Blinking Text
- ,<blink> </blink>
- <TITLE>,Page: Title of Page
- ,<title>My Page</title>
- <BODY>,Page: Visible Text and Objects
- ,<body> </body>
- <FRAMESET>,Page: Creates a Framed Page
- ,<FRAMESET ROWS="80..."> </FRAMESET>
- <Hx>,Font: Header Style (x = size)
- ,<H1> </H1>
- <HEAD>,Page: Invisible Text Tags and Objects
- ,<head> </head>
- <PRE>,Font: Preformatted Text (Courier)
- ,<pre>Hello</pre>
- <NOFRAMES>,Page: Text Inside is Used for Non-frmaes Browser
- ,<noframes>Sorry: No frames browser</noframes>
- <NOSCRIPT>,Page: Text Inside is Used for Non-script Browser
- ,<noscript>Sorry: No script browser</noscript>
- <META>,
- ,<meta name="keywords" content="one">
- <SPAN>,Page: Confines Selected Tags
- ,<SPAN ID="first" STYLE="visibility: none;">Hello</SPAN>
- <DIV>,Page: Confines Selected Tags
- ,<DIV ID="next">Hello</DIV>
- <STRONG>,Font: Bold or Strong
- ,<strong>Heavy</strong>
- <SMALL>,Font: Reduced Size
- ,<small>Little</small>
- <TR>,Table: Table Row
- ,<tr> </tr>
- <TD>,Table: Table Column
- ,<td> </td>
- <FORM>,Forms: Form
- ,<form name="formSearch">
- <INPUT>,Forms: Control
- ,<input type="text" size="61" name="who">
- <FONT>,Font: Font
- ,<FONT FACE="Verdana" SIZE="2">
- <CENTER>,Text: Centers Text on Page
- ,<center> </center>
- <P>,Paragraph: Paragraph
- ,<p align="left"> </p>
- <HTML>,Document: Type (HTML)
- ,<HTML> </HTML>
- <CODE>,Font: Code (Courier)
- ,<code>document.write()</code>
- <!-- //-->,Page: Comments
- ,<!-- This text is hidden //-->
-