Custom Search

Wednesday, March 25, 2009

List Tags

List Tags
Function Start Tag Attributes End Tag
Unordered List <ul> type="disc/circle/squre" </ul>
Ordered List <ol> type="I/A/1/a/i" start="value to start counting at" </ol>
List Item <li> type=all ul and ol options </li>
Definition List <dl> none </dl>
Definition List Item <dt> none </dt>
Definition List definition <dd> none </dd >

Image Tags

Image Tags
Function Start Tag Attributes End Tag
Anchor Link < a > href="filename" target="windowname" </a>
Anchor Mark < a > name="markname" </a >
Image Tags
Function Start Tag Attributes End Tag
Insert Image <img> src="filename" align="left/right" width="XXX" height="XXX" alt="text that desribes image" ISMAP USEMAP="#mapname" </img>

Client-side Imagemap Tags

Client-side Imagemap Tags
Function Start Tag Attributes End Tag
Defiine <map> name="mapname" </map>
Area Defiine <area> shape="rect/circle/poly/point" coords="X,Y,X,Y" href="imagename" </area>

Table Tags

Table Tags
Function Start Tag Attributes End Tag
Table <table> border="X" width="XX/X%" cellspacing="XX" cellpadding="XX" bgcolor="color value" background="filename" </table>
Table Row <tr> align="left/center/right" valign="top/middle/bottom" bgcolor="color value" </tr>
Table Data < td > align="left/center/right" valign="top/middle/bottom" width=X nowrap colspan="X" rowspan="X" bgcolor="color value" </td>
Table Header <th> align="left/center/right" valign="top/middle/bottom" width=X nowrap colspan="X" rowspan="X" bgcolor="color value" </th>
Caption <caption> align="left/center/right" valign="top/middle/bottom" </caption>

Frame Tags

Frame Tags
Function Start Tag Attributes End Tag
Set Frames <frame set> cols="XX/XX%/*"
rows="XX/XX%/*"
</frame set>
Frame Definition <frame> src="filename">
name="framename"
noresize
scroll=auto/yes/no
marginwidth="XX"
marginheight="XX"
</frame>
Base <base> target="framename"/
"_self"/
"_top"/
"_parent" (Note the underscores)
</base>
No Frames <no frames> Between start and end tags,
place the content that
appears when a non-frames
browser loads this page.
</no frames>

Form Tags

Form Tags
Function Start Tag Attributes End Tag
Fome <fome> method=get/put action="programname" </fome>
Input Field <input> name="variablename" type=text/password/ checkbox/radio/submit/ reset/image </input>
Selection List <select> name="variablename" size=XX multiple </select>
Selection Option <option> none </option>
Scorlling Text Field <textsrea> name="variablename" rows=XX cols=XX </textarea>

Meta Tags

Meta Tags
Function Start Tag Attri butes End Tag
<meta> (Server metatags) http-equiv="refresh" content="seconds, filename" none </meta>
<meta> (Content metatags) name="keywords/description/author/ generator/abstract/expiration" content="your information" none </meta>