| Feature (tags)(attributes) | Sample | HTML | Desktop | IE6CE |
Notes |
||||
| Basic HTML data types | x | x | |||||||
| Global HTML document structure | |||||||||
| <HTML> | 3.2 | x | x | ||||||
| <HEAD> | 3.2 | x | x | ||||||
| <TITLE> | 3.2 | x | x | ||||||
| <META> | 3.2 | x | x | ||||||
| <BODY> | 3.2 | x | x | ||||||
| <DIV> | DIV |
3.2 | x | x | |||||
| <SPAN> | SPAN | 4.0 | x | x | |||||
| <H1> - <H6> | H4 |
3.2 | x | x | |||||
| <Address> | ADDRESS | 3.2 | x | x | |||||
| id | 4.0 | x | x | ||||||
| class | 4.0 | x | x | ||||||
| Language info and text direction | |||||||||
| lang | <p lang="es"> | 4.0 | x | x | |||||
| dir | Right-To-Left |
4.0 | x | x | |||||
| <bdo> | Right-To-Left | 4.0 | x | x | |||||
| Text | |||||||||
| <EM> | EM | 3.2 | x | x | |||||
| <STRONG> | STRONG | 3.2 | x | x | |||||
| <DFN> | DFN | 3.2 | x | x | |||||
| <CODE> | CODE |
3.2 | x | x | |||||
| <SAMP> | SAMP | 3.2 | x | x | |||||
| <KBD> | KBD | 3.2 | x | x | |||||
| <VAR> | VAR | 3.2 | x | x | |||||
| <CITE> | CITE | 3.2 | x | x | |||||
| <ABBR> | ABBR | 4.0 | - | - | IE doesn't support this | ||||
| <ACRONYM> | ACRONYM | 4.0 | x | x | |||||
| <BLOCKQUOTE> | BLOCKQUOTE |
3.2 | x | x | |||||
| <Q> | Q |
4.0 | - | - | IE doesn't support this | ||||
| <SUB> | XSUB | 3.2 | x | x | |||||
| <SUP> | XSUP | 3.2 | x | x | |||||
| <P> | P |
3.2 | x | x | |||||
| <BR> | BR |
3.2 | x | x | |||||
| <PRE> | PRE |
3.2 | x | x | |||||
| <INS> | INS | 4.0 | x | x | |||||
| <DEL> | 4.0 | x | x | ||||||
| Lists | |||||||||
| <UL> |
|
3.2 | x | x | type=disc|circle|square | ||||
| <OL> |
|
3.2 | x | x | type=A|a|I|i|1 (1:deprecated) | ||||
| <LI> |
|
3.2 | x | x | type=A|a|I|i|1 (1:deprecated) | ||||
| <DL> |
|
3.2 | x | x | |||||
| <DT> |
|
3.2 | x | x | |||||
| <DD> |
|
3.2 | x | x | |||||
| <DIR> | 3.2d | x | x | should use <UL> | |||||
| <MENU> | 3.2d | x | x | should use <UL> | |||||
| Tables | |||||||||
| <TABLE> |
|
3.2 | x | x | |||||
| <CAPTION> |
|
3.2 | x | x | |||||
| <THEAD> |
|
4.0 | x | x | |||||
| <TFOOT> |
|
4.0 | x | x | |||||
| <TBODY> |
|
4.0 | x | x | |||||
| <COLGROUP> |
|
4.0 | x | x | |||||
| <COL> |
|
4.0 | x | x | align="char" not supported | ||||
| <TR> |
|
3.2 | x | x | |||||
| <TH> |
|
3.2 | x | x | |||||
| <TD> |
|
3.2 | x | x | |||||
| Links | |||||||||
| <A> | A href | 3.2 | x | x | |||||
| <LINK> | 3.2 | x | x | ||||||
| <BASE> | <base href="http://forest-one/" /> | 3.2 | x | x | |||||
| Objects, Images, Applets | |||||||||
| <IMG> |
|
3.2 | x | x | |||||
| <OBJECT> | 4.0 | x | x | ||||||
| <PARAM> | 4.0 | x | x | ||||||
| <APPLET> | 3.2d | x | x | CE needs JVM on the device. | |||||
| <MAP> |
|
3.2 | x | x | |||||
| <AREA> | same as above | 3.2 | x | x | |||||
| Style Sheets | |||||||||
| <STYLE> | 3.2 | x | x | ||||||
| Alignment, font styles, horizontal rules | |||||||||
| bgcolor=color | 3.2d | x | x | ||||||
| align=left|center|right|justify | 3.2d | x | x | ||||||
| clear=none|left|right|all | 3.2d | x | x | ||||||
| <TT> | TT | 3.2 | x | x | |||||
| <I> | I | 3.2 | x | x | |||||
| <B> | B | 3.2 | x | x | |||||
| <BIG> | BIG | 3.2 | x | x | |||||
| <STRIKE> | 3.2d | x | x | deprecated, use CSS | |||||
| <S> | 3.2d | x | x | deprecated, use CSS | |||||
| <U> | U | 3.2d | x | x | |||||
| <FONT> | FONT | 3.2d | x | x | |||||
| <BASEFONT> | 3.2d | x | x | ||||||
| <HR> | 3.2 | x | x | ||||||
| Frames | |||||||||
| <FRAMESET> | 4.0 | x | x | ||||||
| <FRAME> | 4.0 | x | x | ||||||
| <NOFRAMES> | 4.0 | x | x | ||||||
| <IFRAME> | 4.0 | x | x | ||||||
| Forms | |||||||||
| <INPUT TYPE=submit> | 3.2 | x | x | ||||||
| <INPUT TYPE=file> | 3.2 | x | x | ||||||
| <INPUT TYPE=image> | 3.2 | x | x | ||||||
| <INPUT TYPE=hidden> | 3.2 | x | x | ||||||
| <INPUT TYPE=button> | 3.2 | x | x | ||||||
| <BUTTON> | 4.0 | x | x | type=submit|button|reset | |||||
| <SELECT> | 3.2 | x | x | ||||||
| <OPTGROUP> | 4.0 | x | - | CE OS does not support this | |||||
| <OPTION> | 3.2 | x | x | ||||||
| <TEXTAREA> | 3.2 | x | x | ||||||
| <ISINDEX> | 3.2d | x | x | ||||||
| <LABEL> | 4.0 | x | x | Clicking LABEL should focus to TEXTAREA. | |||||
| <FIELDSET> | 4.0 | x | x | ||||||
| <LEGEND> | 4.0 | x | x | ||||||
| <FORM> | 3.2 | x | x | ||||||
| Scripts | |||||||||
| <SCRIPT> | 3.2 | x | x | ||||||
| <NOSCRIPT> | 4.0 | x | x | ||||||
| Obsolete/Deprecate Elements since 4.0 | |||||||||
| <LISTING> | ABCDEFG |
3.2x | x | x | should use <PRE> | ||||
| <PLAINTEXT> | 3.2x | x | x | ||||||
| <XMP> | 3.2x | x | x | should use <PRE> | |||||
| <CENTER> | 3.2d | x | x | deprecated, use CSS | |||||
| Other Tags (IE Extensions, etc) | |||||||||
| <!-- ... --> | 3.2 | x | x | ||||||
| <!DOCTYPE> | 3.2 | x | x | ||||||
| <RUBY> | Base | x | x | ||||||
| <RT> | x | x | used w/ <RUBY> tag | ||||||
| <NOBR> | x | x | |||||||
| <MARQUEE> | x | x | |||||||
| <EMBED> | x | x | |||||||
| <CUSTOM> |
|
x | x | need <HTML XMLNS:CUSTOMTAG> | |||||
| <COMMENT> | x | x | |||||||
| <BGSOUND> | x | x |
*3.2x - obsolete in HTML 4.0
*3.2d - deprecated since HTML 4.0
Document Type Definition (HTML 4.01 Strict DTD)
Last modified:
15 Mar 2008,
shun@msn.com
Copyright @copy 2002-2003 Shunsuke Mori, All Rights Reserved