| Element |
Attributes |
Notes |
| !- |
|
|
| !DOCTYPE |
|
Document type |
&xxx;
|
|
For example: &, ©, >, <,
", ®, , , ... |
| A |
name=
href="URL" |
Anchor (link). |
| BASE |
href="URL" |
Base URL |
| BLOCKQUOTE |
|
|
| BODY |
|
Non-white colors are drawn as black. |
| BR |
clear=all/left/right |
Break. |
| CENTER |
|
Center text. Deprecated element in HTML 4.0. |
| DD |
|
|
| DIR |
|
Set direction. Deprecated element in HTML 4.0. |
| DIV |
align=left/center/right |
Division |
| DL |
|
|
| DT |
|
|
| FORM |
action=
method=get/post
enctype= |
Form. Also see INPUT, SELECT, TEXTAREA. |
| HEAD |
|
Page Header. |
| Hn |
align=left/center/right |
H1, H2, ... |
| HR |
align=left/center/right
size=
width=
noshade |
Horizontal line |
| HTML |
version= |
version="C-HTML 1.0". |
| IMG |
src=
align=top/middle/bottom
align=left/right
width=
height=
hspace=
vspace=
alt=
border= |
Image. |
| INPUT |
type=text
name=
size=
maxlength=
value= |
The maximum character buffer is 512 bytes. |
type=password
name=
size=
maxlength=
value= |
Password field. |
type=checkbox
name=
value=
checked |
Check box. |
type=radio
name=
value=
checked |
Radio button. |
type=hidden
name=
value= |
Hidden field. |
type=submit
name=
value= |
Submit button. |
type=reset
name=
value= |
Reset form. |
| LI |
|
List Item. |
| MENU |
|
Deprecated element in HTML 4.0. |
| META |
name=
http-equiv=
content= |
Only http-equiv="refresh" is supported. |
| OL |
|
Ordered List |
| OPTION |
selected |
List option. Also see SELECT. |
| P |
align=left/center/right |
Paragraph |
| PLAINTEXT |
|
Obsolete element in HTML 4.0. |
| PRE |
|
Pre formatted text. |
| SELECT |
name=
size=
multiple |
Select list. Also see OPTION. The maximum character
buffer is 4 Kbytes. |
| TEXTAREA |
name=
rows=
cols= |
Also see FORM. The maximum character buffer is 512 bytes. |
| TITLE |
|
Page title. |
| UL |
|
Unordered List. |