<A> </a> |
Hyperlink/anchor |
A cannot be nested |
Href, name, title, rel, target |
<Br/> |
Line feed |
|
|
<Button> </button> |
Button |
Form elements cannot be nested |
Type, disabled |
<Dd> </dd> |
Definition (description) in the definition list) |
It can only use dl as the parent container, corresponding to a dt |
|
<Del> </del> |
Text Deletion |
|
|
<Div> </div> |
Block-level container |
|
|
<Dl> </dl> |
Definition list |
Only dt and dd can be nested. |
|
<Dt> </dt> |
Definition terms in the definition list |
It can only use dl as the parent container, corresponding to multiple dd |
|
<Em> </em> |
Emphasize text |
|
|
<Form> </form> |
Form |
|
Action, Target, method, name |
<H1> |
Title |
From h1 to h6, block-level elements cannot be nested. |
|
<Iframe> </iframe> |
Embed a webpage |
|
Frameborder, width, height, src, scrolling, name |
|
Image |
|
Alt, Src, width, height |
<Input/> |
Various Form Controls |
|
Type, Name, value, checked, disabled, maxlength, readonly, accesskey |
<Label> </label> |
Tags define tags for input Elements |
|
For |
<Li> </li> |
LIST ITEMS |
You can only use ul or ol as the parent container |
|
<Link/> |
Reference style or icon |
No element can be nested. |
Type, rel, Href |
<Meta/> |
Document Information |
For head only |
Content, http-equiv, name |
<Ol> </ol> |
Ordered list |
Only li can be nested |
|
<Option> </option> |
An option in select |
For select only |
Value, Selected, disabled |
<P> </p> |
Section |
Block-level elements cannot be nested. |
|
<Script> </script> |
Reference script |
No element can be nested. |
Type, Src |
<Select> </select> |
List box or drop-down box |
Only option or optgroup can be nested |
Name, disabled, multiple |
<Span> </span> |
Inline container |
|
|
<Strong> </strong> |
Emphasize text |
|
|
<Style> </style> |
Reference Style |
No element can be nested. |
Type, Media |
<Sub> </sub> |
Subscript |
|
|
<Sup> </sup> |
Superscript |
|
|
<Table> </table> |
Table |
Only table elements can be nested. |
Width, align, background, cellpadding, cellspacing, summary, border |
<Tbody> </tbody> |
Table subject |
Used only for table |
|
<Td> </td> |
Cells in the table |
For tr only |
Colspan, rowspan |
<Textarea> </textarea> |
Multi-line text input control |
|
Name, accesskey, disabled, readonly, rows, cols |
<Tfoot> </tfoot> |
End of table |
Used only for table |
|
<Th> </th> |
Title cells in the table |
For tr only |
Colspan, rowspan |
<Thead> </thead> |
Table Header |
Used only for table |
|
<Title> </title> |
Document title |
For head only |
|
<Tr> </tr> |
Table row |
Nested in table or thead, tbody, tfoot |
|
<Ul> </ul> |
Unordered list |
Only li can be nested |
|