Java script tutorial
|
Frame Tags:
Start Tag
NN IE W3 Purpose
<frameset>
3.0 3.0 4.0 Defines a set of frames
<frame>
3.0 3.0 4.0 Defines a sub window (a frame)
<noframes>
3.0 3.0 4.0 Defines a noframe section for browsers that do not handle frames
<iframe>
3.0 4.0 Defines an inline sub window (frame)
Table Tags:
Start Tag
NN IE W3 Purpose
<table>
3.0 3.0 3.2 Defines a table
<th>
3.0 3.0 3.2 Defines a table header
<tr>
3.0 3.0 3.2 Defines a table row
<td>
3.0 3.0 3.0 Defines a table cell
<caption>
3.0 3.0 3.2 Defines a table caption
<colgroup>
3.0 4.0 Defines groups of table columns
<col>
3.0 4.0 Defines the attribute values for one or more columns in a table
<thead>
4.0 4.0 Defines a table header that will not scroll
<tbody>
4.0 4.0 Defines a table body that scrolls within a fixed table header and table footer
<tfoot>
4.0 4.0 Defines a table footer that will not scroll
List Tags:
Start Tag
NN
IE
W3
Purpose
<ol>
3.0
3.0
3.2
Defines an ordered list
<ul>
3.0
3.0
3.2
Defines an unordered list
<li>
3.0
3.0
3.2
Defines a list item
<dl>
3.0
3.0
3.2
Defines a definition list
<dt>
3.0
3.0
3.2
Defines a definition term
<dd>
3.0
3.0
3.2
Defines a definition description
<dir>
Deprecated. Use <ul> instead
<menu>
Deprecated. Use <ul> instead
Form Tags:
Start Tag
NN
IE
W3
Purpose
<form>
3.0
3.0 3.2
Defines a form for user input
<input>
3.0
3.0 3.2
Defines an input field
<textarea>
3.0
3.0 3.2
Defines a text-area (a multi-line text input control)
<label>
4.0
Defines a label to a control
<fieldset>
4.0 4.0
Defines a fieldset
<legend>
4.0 4.0
Defines a caption for a fieldset
<select>
3.0
3.0 3.2
Defines a selectable list (a drop-down box)
|
|
|