Java Doc for HTMLElementName.java in  » HTML-Parser » jericho-html » au » id » jericho » lib » html » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » HTML Parser » jericho html » au.id.jericho.lib.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


au.id.jericho.lib.html.HTMLElementName

All known Subclasses:   au.id.jericho.lib.html.Element,  au.id.jericho.lib.html.HTMLElements,  au.id.jericho.lib.html.Tag,
HTMLElementName
public interface HTMLElementName (Code)
Contains static fields representing the of all elements defined in the HTML 4.01 specification.

All of the name strings are in lower case.

The HTMLElements class is closely related to this interface, containing static methods which group these names by the characteristics of their associated elements.

This interface does not specify any methods, but can be inherited by other classes, or statically imported (Java 5.0), to provide less verbose access to the contained element name static fields.

The field values in this interface can be used as name arguments in named tag searches.

Note that since the Tag class implements HTMLElementName, all the constants defined in this interface can be referred to via the Tag class.
For example, Tag.BODY is equivalent to HTMLElementName.BODY.
See Also:   HTMLElements
See Also:   Element



Field Summary
final public static  StringA
     HTML element A - anchor.
final public static  StringABBR
     HTML element ABBR - abbreviated form (e.g., WWW, HTTP, etc.).
final public static  StringACRONYM
     HTML element ACRONYM - acronym.
final public static  StringADDRESS
     HTML element ADDRESS - information on author.
final public static  StringAPPLET
     HTML element APPLET - Java applet.
final public static  StringAREA
     HTML element AREA - client-side image map area.
final public static  StringB
     HTML element B - bold text style.
final public static  StringBASE
     HTML element BASE - document base URI.
final public static  StringBASEFONT
     HTML element BASEFONT - base font size.
final public static  StringBDO
     HTML element BDO - I18N BiDi over-ride.
final public static  StringBIG
     HTML element BIG - large text style.
final public static  StringBLOCKQUOTE
     HTML element BLOCKQUOTE - long quotation.
final public static  StringBODY
     HTML element BODY - document body.
final public static  StringBR
     HTML element BR - forced line break.
final public static  StringBUTTON
     HTML element BUTTON - push button.
final public static  StringCAPTION
     HTML element CAPTION - table caption.
final public static  StringCENTER
     HTML element CENTER - shorthand for DIV align=center.
final public static  StringCITE
     HTML element CITE - citation.
final public static  StringCODE
     HTML element CODE - computer code fragment.
final public static  StringCOL
     HTML element COL - table column.
final public static  StringCOLGROUP
     HTML element COLGROUP - table column group.
final public static  StringDD
     HTML element DD - definition description.
final public static  StringDEL
     HTML element DEL - deleted text.
final public static  StringDFN
     HTML element DFN - instance definition.
final public static  StringDIR
     HTML element DIR - directory list.
final public static  StringDIV
     HTML element DIV - generic language/style container.
final public static  StringDL
     HTML element DL - definition list.
final public static  StringDT
     HTML element DT - definition term.
final public static  StringEM
     HTML element EM - emphasis.
final public static  StringFIELDSET
     HTML element FIELDSET - form control group.
final public static  StringFONT
     HTML element FONT - local change to font.
final public static  StringFORM
     HTML element FORM - interactive form.
final public static  StringFRAME
     HTML element FRAME - subwindow.
final public static  StringFRAMESET
     HTML element FRAMESET - window subdivision.
final public static  StringH1
     HTML element H1 - heading.
final public static  StringH2
     HTML element H2 - heading.
final public static  StringH3
     HTML element H3 - heading.
final public static  StringH4
     HTML element H4 - heading.
final public static  StringH5
     HTML element H5 - heading.
final public static  StringH6
     HTML element H6 - heading.
final public static  StringHEAD
     HTML element HEAD - document head.
final public static  StringHR
     HTML element HR - horizontal rule.
final public static  StringHTML
     HTML element HTML - document root element.
final public static  StringI
     HTML element I - italic text style.
final public static  StringIFRAME
     HTML element IFRAME - inline subwindow.
final public static  StringIMG
     HTML element IMG - Embedded image.
final public static  StringINPUT
     HTML element INPUT - form control.
final public static  StringINS
     HTML element INS - inserted text.
final public static  StringISINDEX
     HTML element ISINDEX - single line prompt.
final public static  StringKBD
     HTML element KBD - text to be entered by the user.
final public static  StringLABEL
     HTML element LABEL - form field label text.
final public static  StringLEGEND
     HTML element LEGEND - fieldset legend.
final public static  StringLI
     HTML element LI - list item.
final public static  StringLINK
     HTML element LINK - a media-independent link.
final public static  StringMAP
     HTML element MAP - client-side image map.
final public static  StringMENU
     HTML element MENU - menu list.
final public static  StringMETA
     HTML element META - generic metainformation.
final public static  StringNOFRAMES
     HTML element NOFRAMES - alternate content container for non frame-based rendering.
final public static  StringNOSCRIPT
     HTML element NOSCRIPT - alternate content container for non script-based rendering.
final public static  StringOBJECT
     HTML element OBJECT - generic embedded object.
final public static  StringOL
     HTML element OL - ordered list.
final public static  StringOPTGROUP
     HTML element OPTGROUP - option group.
final public static  StringOPTION
     HTML element OPTION - selectable choice.
final public static  StringP
     HTML element P - paragraph.
final public static  StringPARAM
     HTML element PARAM - named property value.
final public static  StringPRE
     HTML element PRE - preformatted text.
final public static  StringQ
     HTML element Q - short inline quotation.
final public static  StringS
     HTML element S - strike-through text style.
final public static  StringSAMP
     HTML element SAMP - sample program output, scripts, etc..
final public static  StringSCRIPT
     HTML element SCRIPT - script statements.
final public static  StringSELECT
     HTML element SELECT - option selector.
final public static  StringSMALL
     HTML element SMALL - small text style.
final public static  StringSPAN
     HTML element SPAN - generic language/style container.
final public static  StringSTRIKE
     HTML element STRIKE - strike-through text.
final public static  StringSTRONG
     HTML element STRONG - strong emphasis.
final public static  StringSTYLE
     HTML element STYLE - style info.
final public static  StringSUB
     HTML element SUB - subscript.
final public static  StringSUP
     HTML element SUP - superscript.
final public static  StringTABLE
     HTML element TABLE - table.
final public static  StringTBODY
     HTML element TBODY - table body.
final public static  StringTD
     HTML element TD - table data cell.
final public static  StringTEXTAREA
     HTML element TEXTAREA - multi-line text field.
final public static  StringTFOOT
     HTML element TFOOT - table footer.
final public static  StringTH
     HTML element TH - table header cell.
final public static  StringTHEAD
     HTML element THEAD - table header.
final public static  StringTITLE
     HTML element TITLE - document title.
final public static  StringTR
     HTML element TR - table row.
final public static  StringTT
     HTML element TT - teletype or monospaced text style.
final public static  StringU
     HTML element U - underlined text style.
final public static  StringUL
     HTML element UL - unordered list.
final public static  StringVAR
     HTML element VAR - instance of a variable or program argument.



Field Detail
A
final public static String A(Code)
HTML element A - anchor.

This is an element.

The end tag of this element is .




ABBR
final public static String ABBR(Code)
HTML element ABBR - abbreviated form (e.g., WWW, HTTP, etc.).

This is an element.

The end tag of this element is .




ACRONYM
final public static String ACRONYM(Code)
HTML element ACRONYM - acronym.

This is an element.

The end tag of this element is .




ADDRESS
final public static String ADDRESS(Code)
HTML element ADDRESS - information on author.

This is a element.

The end tag of this element is .




APPLET
final public static String APPLET(Code)
HTML element APPLET - Java applet.

This is an element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




AREA
final public static String AREA(Code)
HTML element AREA - client-side image map area.

The end tag of this element is .




B
final public static String B(Code)
HTML element B - bold text style.

This is an element.

The end tag of this element is .




BASE
final public static String BASE(Code)
HTML element BASE - document base URI.

The end tag of this element is .




BASEFONT
final public static String BASEFONT(Code)
HTML element BASEFONT - base font size.

This is an element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




BDO
final public static String BDO(Code)
HTML element BDO - I18N BiDi over-ride.

This is an element.

The end tag of this element is .




BIG
final public static String BIG(Code)
HTML element BIG - large text style.

This is an element.

The end tag of this element is .




BLOCKQUOTE
final public static String BLOCKQUOTE(Code)
HTML element BLOCKQUOTE - long quotation.

This is a element.

The end tag of this element is .




BODY
final public static String BODY(Code)
HTML element BODY - document body.

The start tag of this element is .

The end tag of this element is :
Terminating start tags: (none)
Terminating end tags: HTMLElementName.BODY , HTMLElementName.HTML
Nonterminating elements: HTMLElementName.HTML

Note that the HTMLElementName.HTML element is included as a in case the source contains (illegaly) nested HTML elements.




BR
final public static String BR(Code)
HTML element BR - forced line break.

This is an element.

The end tag of this element is .




BUTTON
final public static String BUTTON(Code)
HTML element BUTTON - push button.

This is an element.

The end tag of this element is .




CAPTION
final public static String CAPTION(Code)
HTML element CAPTION - table caption.

The end tag of this element is .




CENTER
final public static String CENTER(Code)
HTML element CENTER - shorthand for DIV align=center.

This is a element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




CITE
final public static String CITE(Code)
HTML element CITE - citation.

This is an element.

The end tag of this element is .




CODE
final public static String CODE(Code)
HTML element CODE - computer code fragment.

This is an element.

The end tag of this element is .




COL
final public static String COL(Code)
HTML element COL - table column.

The end tag of this element is .




COLGROUP
final public static String COLGROUP(Code)
HTML element COLGROUP - table column group.

The end tag of this element is :
Terminating start tags: HTMLElementName.COLGROUP , HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD , HTMLElementName.TR
Terminating end tags: HTMLElementName.COLGROUP , HTMLElementName.TABLE
Nonterminating elements: HTMLElementName.TABLE




DD
final public static String DD(Code)
HTML element DD - definition description.

The end tag of this element is :
Terminating start tags: HTMLElementName.DD , HTMLElementName.DT
Terminating end tags: HTMLElementName.DD , HTMLElementName.DL
Nonterminating elements: HTMLElementName.DL




DEL
final public static String DEL(Code)
HTML element DEL - deleted text.

This is an element.

The end tag of this element is .




DFN
final public static String DFN(Code)
HTML element DFN - instance definition.

This is an element.

The end tag of this element is .




DIR
final public static String DIR(Code)
HTML element DIR - directory list.

This is a element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




DIV
final public static String DIV(Code)
HTML element DIV - generic language/style container.

The end tag of this element is .

This is a element.




DL
final public static String DL(Code)
HTML element DL - definition list.

The end tag of this element is .

This is a element.




DT
final public static String DT(Code)
HTML element DT - definition term.

The end tag of this element is :
Terminating start tags: HTMLElementName.DD , HTMLElementName.DT
Terminating end tags: HTMLElementName.DL , HTMLElementName.DT
Nonterminating elements: HTMLElementName.DL




EM
final public static String EM(Code)
HTML element EM - emphasis.

This is an element.

The end tag of this element is .




FIELDSET
final public static String FIELDSET(Code)
HTML element FIELDSET - form control group.

This is a element.

The end tag of this element is .




FONT
final public static String FONT(Code)
HTML element FONT - local change to font.

This is an element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




FORM
final public static String FORM(Code)
HTML element FORM - interactive form.

This is a element.

The end tag of this element is .




FRAME
final public static String FRAME(Code)
HTML element FRAME - subwindow.

The end tag of this element is .




FRAMESET
final public static String FRAMESET(Code)
HTML element FRAMESET - window subdivision.

The end tag of this element is .




H1
final public static String H1(Code)
HTML element H1 - heading.

This is a element.

The end tag of this element is .




H2
final public static String H2(Code)
HTML element H2 - heading.

This is a element.

The end tag of this element is .




H3
final public static String H3(Code)
HTML element H3 - heading.

This is a element.

The end tag of this element is .




H4
final public static String H4(Code)
HTML element H4 - heading.

This is a element.

The end tag of this element is .




H5
final public static String H5(Code)
HTML element H5 - heading.

This is a element.

The end tag of this element is .




H6
final public static String H6(Code)
HTML element H6 - heading.

This is a element.

The end tag of this element is .




HEAD
final public static String HEAD(Code)
HTML element HEAD - document head.

The start tag of this element is .

The end tag of this element is :
Terminating start tags: HTMLElementName.BODY , HTMLElementName.FRAMESET
Terminating end tags: HTMLElementName.HEAD , HTMLElementName.HTML
Nonterminating elements: (none)




HR
final public static String HR(Code)
HTML element HR - horizontal rule.

This is a element.

The end tag of this element is .




HTML
final public static String HTML(Code)
HTML element HTML - document root element.

The start tag of this element is .

The end tag of this element is :
Terminating start tags: (none)
Terminating end tags: HTMLElementName.HTML
Nonterminating elements: HTMLElementName.HTML

Note that the HTMLElementName.HTML element is included as a in case the source contains (illegaly) nested HTML elements.




I
final public static String I(Code)
HTML element I - italic text style.

This is an element.

The end tag of this element is .




IFRAME
final public static String IFRAME(Code)
HTML element IFRAME - inline subwindow.

This is an element.

The end tag of this element is .




IMG
final public static String IMG(Code)
HTML element IMG - Embedded image.

This is an element.

The end tag of this element is .




INPUT
final public static String INPUT(Code)
HTML element INPUT - form control.

This is an element.

The end tag of this element is .




INS
final public static String INS(Code)
HTML element INS - inserted text.

This is an element.

The end tag of this element is .




ISINDEX
final public static String ISINDEX(Code)
HTML element ISINDEX - single line prompt.

This is a element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




KBD
final public static String KBD(Code)
HTML element KBD - text to be entered by the user.

This is an element.

The end tag of this element is .




LABEL
final public static String LABEL(Code)
HTML element LABEL - form field label text.

This is an element.

The end tag of this element is .




LEGEND
final public static String LEGEND(Code)
HTML element LEGEND - fieldset legend.

The end tag of this element is .




LI
final public static String LI(Code)
HTML element LI - list item.

The end tag of this element is :
Terminating start tags: HTMLElementName.LI
Terminating end tags: HTMLElementName.LI , HTMLElementName.OL , HTMLElementName.UL
Nonterminating elements: HTMLElementName.OL , HTMLElementName.UL




LINK
final public static String LINK(Code)
HTML element LINK - a media-independent link.

The end tag of this element is .




MAP
final public static String MAP(Code)
HTML element MAP - client-side image map.

This is an element.

The end tag of this element is .




MENU
final public static String MENU(Code)
HTML element MENU - menu list.

This is a element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




META
final public static String META(Code)
HTML element META - generic metainformation.

The end tag of this element is .




NOFRAMES
final public static String NOFRAMES(Code)
HTML element NOFRAMES - alternate content container for non frame-based rendering.

This is a element.

The end tag of this element is .




NOSCRIPT
final public static String NOSCRIPT(Code)
HTML element NOSCRIPT - alternate content container for non script-based rendering.

This is a element.

The end tag of this element is .




OBJECT
final public static String OBJECT(Code)
HTML element OBJECT - generic embedded object.

This is an element.

The end tag of this element is .




OL
final public static String OL(Code)
HTML element OL - ordered list.

This is a element.

The end tag of this element is .




OPTGROUP
final public static String OPTGROUP(Code)
HTML element OPTGROUP - option group.

The end tag of this element is .




OPTION
final public static String OPTION(Code)
HTML element OPTION - selectable choice.

The end tag of this element is :
Terminating start tags: HTMLElementName.OPTGROUP , HTMLElementName.OPTION
Terminating end tags: HTMLElementName.OPTION , HTMLElementName.SELECT
Nonterminating elements: (none)




P
final public static String P(Code)
HTML element P - paragraph.

This is a element.

The end tag of this element is :
Terminating start tags: ,
HTMLElementName.DD , HTMLElementName.DT , HTMLElementName.LI , HTMLElementName.TD , HTMLElementName.TH
Terminating end tags: ,
HTMLElementName.BODY , HTMLElementName.CAPTION , HTMLElementName.DD , HTMLElementName.DT , HTMLElementName.HTML , HTMLElementName.LEGEND , HTMLElementName.TD , HTMLElementName.TH , HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD , HTMLElementName.TR
Nonterminating elements: (none)

The definition of this element in the HTML 4.01 specification explicitly states that the P element cannot contain elements. Despite this, all of the popular browsers (in at least some modes of operation) allow P elements to enclose HTMLElementName.TABLE elements, which are also block-level elements.

It is possible to make this parser compatible with this incorrect behaviour by executing the following code:

HTMLElements.getTerminatingStartTagNames(String) HTMLElements.getTerminatingStartTagNames (HTMLElementName.P).remove(HTMLElementName.TABLE);
HTMLElements.getNonterminatingElementNames(String) HTMLElements.getNonterminatingElementNames (HTMLElementName.P).add(HTMLElementName.TABLE);



PARAM
final public static String PARAM(Code)
HTML element PARAM - named property value.

The end tag of this element is .




PRE
final public static String PRE(Code)
HTML element PRE - preformatted text.

This is a element.

The end tag of this element is .




Q
final public static String Q(Code)
HTML element Q - short inline quotation.

This is an element.

The end tag of this element is .




S
final public static String S(Code)
HTML element S - strike-through text style.

This is an element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




SAMP
final public static String SAMP(Code)
HTML element SAMP - sample program output, scripts, etc..

This is an element.

The end tag of this element is .




SCRIPT
final public static String SCRIPT(Code)
HTML element SCRIPT - script statements.

This is an element.

The end tag of this element is .




SELECT
final public static String SELECT(Code)
HTML element SELECT - option selector.

This is an element.

The end tag of this element is .




SMALL
final public static String SMALL(Code)
HTML element SMALL - small text style.

This is an element.

The end tag of this element is .




SPAN
final public static String SPAN(Code)
HTML element SPAN - generic language/style container.

This is an element.




STRIKE
final public static String STRIKE(Code)
HTML element STRIKE - strike-through text.

This is an element.

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




STRONG
final public static String STRONG(Code)
HTML element STRONG - strong emphasis.

This is an element.

The end tag of this element is .




STYLE
final public static String STYLE(Code)
HTML element STYLE - style info.

The end tag of this element is .




SUB
final public static String SUB(Code)
HTML element SUB - subscript.

This is an element.

The end tag of this element is .




SUP
final public static String SUP(Code)
HTML element SUP - superscript.

This is an element.

The end tag of this element is .




TABLE
final public static String TABLE(Code)
HTML element TABLE - table.

This is a element.

The end tag of this element is .




TBODY
final public static String TBODY(Code)
HTML element TBODY - table body.

The start tag of this element is .

The end tag of this element is :
Terminating start tags: HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD
Terminating end tags: HTMLElementName.TABLE , HTMLElementName.TBODY
Nonterminating elements: HTMLElementName.TABLE

Note that the HTMLElementName.TFOOT and HTMLElementName.THEAD elements are included as , even though the HTML 4.01 specification section 11.2.3 states that they must precede the HTMLElementName.TBODY element inside a HTMLElementName.TABLE . Most browsers tolerate an incorrect ordering of the HTMLElementName.THEAD , HTMLElementName.TFOOT and HTMLElementName.TBODY elements, so this parser also recognises the elements in any order.




TD
final public static String TD(Code)
HTML element TD - table data cell.

The end tag of this element is :
Terminating start tags: HTMLElementName.TBODY , HTMLElementName.TD , HTMLElementName.TFOOT , HTMLElementName.TH , HTMLElementName.THEAD , HTMLElementName.TR
Terminating end tags: HTMLElementName.TABLE , HTMLElementName.TBODY , HTMLElementName.TD , HTMLElementName.TFOOT , HTMLElementName.THEAD , HTMLElementName.TR
Nonterminating elements: HTMLElementName.TABLE




TEXTAREA
final public static String TEXTAREA(Code)
HTML element TEXTAREA - multi-line text field.

The end tag of this element is .

This is an element.




TFOOT
final public static String TFOOT(Code)
HTML element TFOOT - table footer.

The end tag of this element is :
Terminating start tags: HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD
Terminating end tags: HTMLElementName.TABLE , HTMLElementName.TFOOT
Nonterminating elements: HTMLElementName.TABLE




TH
final public static String TH(Code)
HTML element TH - table header cell.

The end tag of this element is :
Terminating start tags: HTMLElementName.TBODY , HTMLElementName.TD , HTMLElementName.TFOOT , HTMLElementName.TH , HTMLElementName.THEAD , HTMLElementName.TR
Terminating end tags: HTMLElementName.TABLE , HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.TH , HTMLElementName.THEAD , HTMLElementName.TR
Nonterminating elements: HTMLElementName.TABLE




THEAD
final public static String THEAD(Code)
HTML element THEAD - table header.

The end tag of this element is :
Terminating start tags: HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD
Terminating end tags: HTMLElementName.TABLE , HTMLElementName.THEAD
Nonterminating elements: HTMLElementName.TABLE




TITLE
final public static String TITLE(Code)
HTML element TITLE - document title.

The end tag of this element is .




TR
final public static String TR(Code)
HTML element TR - table row.

The end tag of this element is :
Terminating start tags: HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD , HTMLElementName.TR
Terminating end tags: HTMLElementName.TABLE , HTMLElementName.TBODY , HTMLElementName.TFOOT , HTMLElementName.THEAD , HTMLElementName.TR
Nonterminating elements: HTMLElementName.TABLE




TT
final public static String TT(Code)
HTML element TT - teletype or monospaced text style.

The end tag of this element is .

This is an element.




U
final public static String U(Code)
HTML element U - underlined text style.

This is an element.

The end tag of this element is .

This element is deprecated in HTML 4.01. (see HTMLElements.getDeprecatedElementNames )




UL
final public static String UL(Code)
HTML element UL - unordered list.

This is a element.

The end tag of this element is .




VAR
final public static String VAR(Code)
HTML element VAR - instance of a variable or program argument.

This is an element.

The end tag of this element is .






www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.