|
|
 |
Base Tag HTML
| First Tag |
NN |
IE |
W3 |
Purpose |
|
<html>
|
3.0 |
3.0 |
3.2 |
Defines a HTML document |
|
<body>
|
3.0 |
3.0 |
3.2 |
Defines body document |
| <h1-h6> |
3.0 |
3.0 |
3.2 |
Defines Heading 1 until heading 6 |
|
<p> |
3.0 |
3.0 |
3.2 |
Defines a paragraph |
| <br> |
3.0 |
3.0 |
3.2 |
Inserts line break |
|
<hr> |
3.0 |
3.0 |
3.2 |
Defines a horizontal rule |
|
<!--> |
3.0 |
3.0 |
3.2 |
Defines comment in source code |
Back To TOP
Entitas Character Tag
| Result |
Explaination |
Entitas' Name |
Number of Entitas |
|
© |
Copyright |
&py; |
&69; |
| ® |
Registered trademark |
&g; |
&74: |
| ™ |
Trademark |
- |
&482; |
| ¡ |
Non-breaking space |
&sp; |
&61; |
| &td>
| Ampersand |
&p; |
&8; |
« |
Angle quotation mark (left) |
&quo; |
&71; |
| » |
Angle quotation mark (right) |
&quo; |
&87; |
| "td>
| Quotation sign |
&ot; |
&4; |
| < |
Smaller sign |
&; |
&0; |
| > |
Bigger sign |
&; |
&1; |
| × |
Times sign |
&mes; |
&15; |
| ÷ |
Divide sign |
&vide; |
&47; |
Back To TOP
Computer Output Tag
| First tag |
NN |
IE |
W3 |
Purpose |
| <code> |
3.0 |
3.0 |
3.2 |
Defines computer code text |
| <kbd> |
3.0 |
3.0 |
3.2 |
Defines keyboard text |
| <samp> |
3.0 |
3.0 |
3.2 |
Defines computer code sample |
| <tt> |
3.0 |
3.0 |
3.2 |
Defines teletype text |
| <var> |
3.0 |
3.0 |
3.2 |
Defines a variabel |
| <pre> |
3.0 |
3.0 |
3.2 |
Defines preformated text |
| <listing> |
- |
- |
- |
Deprecated. Use tag pre instead |
| <plaintext> |
- |
- |
- |
Deprecated. Use tag pre instead |
| <xmp> |
- |
- |
- |
Deprecated. Use tag pre instead |
Back To TOP
Format Tag
| First tag |
NN |
IE |
W3 |
Purpose |
| <b> |
3.0 |
3.0 |
3.2 |
Defines block text |
|
<big> |
3.0 |
3.0 |
3.2 |
Defines big size text |
<em> |
3.0 |
3.0 |
3.2 |
Defines emphansize text |
| <I> |
3.0 |
3.0 |
3.2 |
Defines italic text |
| <small> |
3.0 |
3.0 |
3.2 |
Defines small size text |
| <strong> |
3.0 |
3.0 |
3.2 |
Defines strong or thick text |
| <sub> |
3.0 |
3.0 |
3.2 |
Defines text that become subscript |
| <sup> |
3.0 |
3.0 |
3.2 |
Defines text that become superscript |
| <ins> |
- |
4.0 |
4.0 |
Defines inserted text |
| <del> |
- |
4.0 |
4.0 |
Defines deleted text |
| <s> |
- |
- |
- |
Deprecated. Use tag del instead |
| <strike> |
- |
- |
- |
Deprecated. Use tag del instead |
<u> |
- |
- |
- |
Deprecated. Use styles instead |
Back To TOP
Citation, Quotation, Definition Tag
| First tag |
NN |
IE |
W3 |
Purpose |
| <abbr> |
- |
- |
4.0 |
Defines a short in length |
| <acronym> |
- |
- |
4.0 |
Defines a acronym |
| <address> |
4.0 |
4.0 |
4.0 |
Defines a address text |
| <bdo> |
- |
- |
4.0 |
Defines bi-directional override |
| <blockquote> |
3.0 |
3.0 |
3.2 |
Defines long quotation |
| <q> |
- |
- |
4.0 |
Defines short quotation |
| <cite> |
3.0 |
3.0 |
3.2 |
Defines a citation |
| <dfn> |
- |
3.0 |
3.2 |
Defines a term |
Back To TOP
Image Tag
| First Tag |
NN |
IE |
W3 |
Purpose |
|
<img>
|
3.0 |
3.0 |
3.2 |
Defines image in document |
|
<map>
|
3.0 |
3.0 |
3.2 |
Defines a image map |
| <area> |
3.0 |
3.0 |
3.2 |
Defines a certain area in image map |
Back To TOP
Frame Tag
| First Tag |
NN |
IE |
W3 |
Purpose |
|
<frameset>
|
3.0 |
3.0 |
4.0 |
Defines gathering frame |
|
<frame>
|
3.0 |
3.0 |
4.0 |
Defines certain sub window (frame) |
| <noframes> |
3.0 |
3.0 |
4.0 |
Defines a certain section noframe for browser which not be able to handling frame |
|
<iframe> |
- |
3.0 |
4.0 |
Defines certain inline frame |
Back To TOP
Form Tag
| First Tag |
NN |
IE |
W3 |
Purpose |
|
<form>
|
3.0 |
3.0 |
3.2 |
Defines form to input from user |
|
<input>
|
3.0 |
3.0 |
3.2 |
Defines a field input |
| <textarea> |
3.0 |
3.0 |
3.2 |
Defines certain text-area(text input with multiline control)
|
|
<label> |
- |
- |
4.0 |
Defines a label for certain fieldset |
| <fieldset> |
- |
4.0 |
4.0 |
Defines a certain fieldset |
|
<legend> |
- |
4.0 |
4.0 |
Defines a certain caption to certain fieldset |
|
<select> |
3.0 |
3.0 |
3.2 |
Defines certain list which can be chosen (a certain drop down box) |
|
<optgroup> |
- |
- |
4.0 |
Defines a certain option group |
|
<option> |
3.0 |
3.0 |
3.2 |
Defines option in drop down box |
|
<button> |
- |
4.0 |
4.0 |
Defines a text box |
|
<isindex> |
- |
- |
- |
Deprecated. User <input> instead |
Back To TOP
Font Attribute Tag
| Attribute |
Example |
Purpose |
| size="number" |
size="2" |
Defines the font size |
| size="+number" |
size="+1" |
Increases the font size |
| size="-number" |
size="-1" |
Decreases the font size |
| face="face-name" |
face="Times" |
Defines the font-name |
| color="color-value" |
color="#eeff00" |
Defines the font color |
| color="color-name" |
color="red" |
Defines the font color |
Back To TOP
Text Properties Tag
| Properties |
Values |
| Color |
Color
|
| Letter-spacing |
Normal
Length |
| Text-align |
Left
Center
Right
Justify |
| Text-decoration |
None
Underline
Overline
Line-through
Blink |
| Text-indent |
Length
% |
| Text-transform |
None
Capitalize
Uppercase
Lowecase |
| White-space |
Normal
Pre Nowrap |
| Word-spacing |
Normal Length |
Back To TOP
Background Properties Tag
| Properties |
Values |
| Background |
Background-attachment
Background-image
Background-position
Background-repeat
|
| Background-attachment |
Scroll
Fixed |
| Background-color |
Color-rgb
Color-hex
Color-name
Transparent |
| Background-image |
url
None |
| Background-position |
Top left
Top center
Top right
Center left
Center center
Center right
Bottom left
Bottom center
Botoom right
x-% y-%
x-pos y-pos |
| Background-repeat |
repeat
repeat-x
repeat-y
no-repeat |
Back To TOP |
|
 |
|
|
|
If you become a member in my email. .
You can use my present like GET YOU FREE SITE
Do you interested? Sign up & Join us . . .
|
|
|
|
|
|
|
|
|
 |
|
| |
|
|