Interface HTMLElementName
-
public interface HTMLElementNameContains static fields representing the names of all elements defined in the HTML 4.01 specification and the draft HTML 5 specification.All of the name strings are in lower case.
The
HTMLElementsclass 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
namearguments in named tag searches.- See Also:
HTMLElements,Element
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAHTML element A - anchor.static java.lang.StringABBRHTML element ABBR - abbreviated form (e.g., WWW, HTTP, etc.).static java.lang.StringACRONYMHTML element ACRONYM - acronym.static java.lang.StringADDRESSHTML element ADDRESS - information on author.static java.lang.StringAPPLETHTML element APPLET - Java applet.static java.lang.StringAREAHTML element AREA - client-side image map area.static java.lang.StringARTICLEHTML element article - self-contained syndicatable or reusable composition.static java.lang.StringASIDEHTML element aside - sidebar for tangentially related content.static java.lang.StringAUDIOHTML element audio - audio player.static java.lang.StringBHTML element B - bold text style.static java.lang.StringBASEHTML element BASE - document base URI.static java.lang.StringBASEFONTHTML element BASEFONT - base font size.static java.lang.StringBDIHTML element bdi - text directionality isolation.static java.lang.StringBDOHTML element BDO - I18N BiDi over-ride.static java.lang.StringBIGHTML element BIG - large text style.static java.lang.StringBLOCKQUOTEHTML element BLOCKQUOTE - long quotation.static java.lang.StringBODYHTML element BODY - document body.static java.lang.StringBRHTML element BR - forced line break.static java.lang.StringBUTTONHTML element BUTTON - push button.static java.lang.StringCANVASHTML element canvas - scriptable bitmap canvas.static java.lang.StringCAPTIONHTML element CAPTION - table caption.static java.lang.StringCENTERHTML element CENTER - shorthand for DIV align=center.static java.lang.StringCITEHTML element CITE - citation.static java.lang.StringCODEHTML element CODE - computer code fragment.static java.lang.StringCOLHTML element COL - table column.static java.lang.StringCOLGROUPHTML element COLGROUP - table column group.static java.lang.StringCOMMANDHTML element command - menu command.static java.lang.StringDATALISTHTML element datalist - container for options for combo box control.static java.lang.StringDDHTML element DD - definition description.static java.lang.StringDELHTML element DEL - deleted text.static java.lang.StringDETAILSHTML element details - disclosure control for hiding details.static java.lang.StringDFNHTML element DFN - instance definition.static java.lang.StringDIRHTML element DIR - directory list.static java.lang.StringDIVHTML element DIV - generic language/style container.static java.lang.StringDLHTML element DL - definition list.static java.lang.StringDTHTML element DT - definition term.static java.lang.StringEMHTML element EM - emphasis.static java.lang.StringEMBEDHTML element embed - plugin.static java.lang.StringFIELDSETHTML element FIELDSET - form control group.static java.lang.StringFIGCAPTIONHTML element figcaption - caption for figure.static java.lang.StringFIGUREHTML element figure - figure with optional caption.static java.lang.StringFONTHTML element FONT - local change to font.static java.lang.StringFOOTERHTML element footer - footer for a page or section.static java.lang.StringFORMHTML element FORM - interactive form.static java.lang.StringFRAMEHTML element FRAME - subwindow.static java.lang.StringFRAMESETHTML element FRAMESET - window subdivision.static java.lang.StringH1HTML element H1 - heading.static java.lang.StringH2HTML element H2 - heading.static java.lang.StringH3HTML element H3 - heading.static java.lang.StringH4HTML element H4 - heading.static java.lang.StringH5HTML element H5 - heading.static java.lang.StringH6HTML element H6 - heading.static java.lang.StringHEADHTML element HEAD - document head.static java.lang.StringHEADERHTML element header - introductory or navigational aids for a page or section.static java.lang.StringHGROUPHTML element hgroup - heading group.static java.lang.StringHRHTML element HR - horizontal rule.static java.lang.StringHTMLHTML element HTML - document root element.static java.lang.StringIHTML element I - italic text style.static java.lang.StringIFRAMEHTML element IFRAME - inline subwindow.static java.lang.StringIMGHTML element IMG - Embedded image.static java.lang.StringINPUTHTML element INPUT - form control.static java.lang.StringINSHTML element INS - inserted text.static java.lang.StringISINDEXHTML element ISINDEX - single line prompt.static java.lang.StringKBDHTML element KBD - text to be entered by the user.static java.lang.StringKEYGENHTML element keygen - cryptographic key-pair generator form control.static java.lang.StringLABELHTML element LABEL - form field label text.static java.lang.StringLEGENDHTML element LEGEND - fieldset legend.static java.lang.StringLIHTML element LI - list item.static java.lang.StringLINKHTML element LINK - a media-independent link.static java.lang.StringMAPHTML element MAP - client-side image map.static java.lang.StringMARKHTML element mark - highlight.static java.lang.StringMENUHTML element MENU - menu list.static java.lang.StringMETAHTML element META - generic metainformation.static java.lang.StringMETERHTML element meter - gauge.static java.lang.StringNAVHTML element nav - section with navigational links.static java.lang.StringNOFRAMESHTML element NOFRAMES - alternate content container for non frame-based rendering.static java.lang.StringNOSCRIPTHTML element NOSCRIPT - alternate content container for non script-based rendering.static java.lang.StringOBJECTHTML element OBJECT - generic embedded object.static java.lang.StringOLHTML element OL - ordered list.static java.lang.StringOPTGROUPHTML element OPTGROUP - option group.static java.lang.StringOPTIONHTML element OPTION - selectable choice.static java.lang.StringOUTPUTHTML element output - calculated output value.static java.lang.StringPHTML element P - paragraph.static java.lang.StringPARAMHTML element PARAM - named property value.static java.lang.StringPREHTML element PRE - preformatted text.static java.lang.StringPROGRESSHTML element progress - progress bar.static java.lang.StringQHTML element Q - short inline quotation.static java.lang.StringRPHTML element rp - parenthesis for ruby annotation text.static java.lang.StringRTHTML element rt - ruby annotation text.static java.lang.StringRUBYHTML element ruby - ruby annotation(s).static java.lang.StringSHTML element S - strike-through text style.static java.lang.StringSAMPHTML element SAMP - sample program output, scripts, etc..static java.lang.StringSCRIPTHTML element SCRIPT - script statements.static java.lang.StringSECTIONHTML element section - generic document or application section.static java.lang.StringSELECTHTML element SELECT - option selector.static java.lang.StringSMALLHTML element SMALL - small text style.static java.lang.StringSOURCEHTML element source - media source for video or audio.static java.lang.StringSPANHTML element SPAN - generic language/style container.static java.lang.StringSTRIKEHTML element STRIKE - strike-through text.static java.lang.StringSTRONGHTML element STRONG - strong emphasis.static java.lang.StringSTYLEHTML element STYLE - style info.static java.lang.StringSUBHTML element SUB - subscript.static java.lang.StringSUMMARYHTML element summary - caption for details.static java.lang.StringSUPHTML element SUP - superscript.static java.lang.StringTABLEHTML element TABLE - table.static java.lang.StringTBODYHTML element TBODY - table body.static java.lang.StringTDHTML element TD - table data cell.static java.lang.StringTEXTAREAHTML element TEXTAREA - multi-line text field.static java.lang.StringTFOOTHTML element TFOOT - table footer.static java.lang.StringTHHTML element TH - table header cell.static java.lang.StringTHEADHTML element THEAD - table header.static java.lang.StringTIMEHTML element time - date and/or time.static java.lang.StringTITLEHTML element TITLE - document title.static java.lang.StringTRHTML element TR - table row.static java.lang.StringTTHTML element TT - teletype or monospaced text style.static java.lang.StringUHTML element U - underlined text style.static java.lang.StringULHTML element UL - unordered list.static java.lang.StringVARHTML element VAR - instance of a variable or program argument.static java.lang.StringVIDEOHTML element video - video player.static java.lang.StringWBRHTML element wbr - line breaking opportunity.
-
-
-
Field Detail
-
A
static final java.lang.String A
- See Also:
- Constant Field Values
-
ABBR
static final java.lang.String ABBR
HTML element ABBR - abbreviated form (e.g., WWW, HTTP, etc.).This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
ACRONYM
static final java.lang.String ACRONYM
HTML element ACRONYM - acronym.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
ADDRESS
static final java.lang.String ADDRESS
HTML element ADDRESS - information on author.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
APPLET
static final java.lang.String APPLET
HTML element APPLET - Java applet.This is an inline-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
AREA
static final java.lang.String AREA
HTML element AREA - client-side image map area.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
ARTICLE
static final java.lang.String ARTICLE
HTML element article - self-contained syndicatable or reusable composition.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
ASIDE
static final java.lang.String ASIDE
HTML element aside - sidebar for tangentially related content.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
AUDIO
static final java.lang.String AUDIO
HTML element audio - audio player.The end tag of this element is required.
- See Also:
- Constant Field Values
-
B
static final java.lang.String B
HTML element B - bold text style.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
BASE
static final java.lang.String BASE
HTML element BASE - document base URI.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
BASEFONT
static final java.lang.String BASEFONT
HTML element BASEFONT - base font size.This is an inline-level element.
The end tag of this element is forbidden.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
BDI
static final java.lang.String BDI
HTML element bdi - text directionality isolation.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
BDO
static final java.lang.String BDO
HTML element BDO - I18N BiDi over-ride.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
BIG
static final java.lang.String BIG
HTML element BIG - large text style.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
BLOCKQUOTE
static final java.lang.String BLOCKQUOTE
HTML element BLOCKQUOTE - long quotation.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
BODY
static final java.lang.String BODY
HTML element BODY - document body.The start tag of this element is optional.
The end tag of this element is optional:
Terminating start tags: (none) Terminating end tags: BODY,HTMLNonterminating elements: HTMLNote that the
HTMLelement is included as a nonterminating element in case the source contains (illegaly) nested HTML elements.- See Also:
- Constant Field Values
-
BR
static final java.lang.String BR
HTML element BR - forced line break.This is an inline-level element.
The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
BUTTON
static final java.lang.String BUTTON
HTML element BUTTON - push button.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
CANVAS
static final java.lang.String CANVAS
HTML element canvas - scriptable bitmap canvas.The end tag of this element is required.
- See Also:
- Constant Field Values
-
CAPTION
static final java.lang.String CAPTION
HTML element CAPTION - table caption.The end tag of this element is required.
- See Also:
- Constant Field Values
-
CENTER
static final java.lang.String CENTER
HTML element CENTER - shorthand for DIV align=center.This is a block-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
CITE
static final java.lang.String CITE
HTML element CITE - citation.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
CODE
static final java.lang.String CODE
HTML element CODE - computer code fragment.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
COL
static final java.lang.String COL
HTML element COL - table column.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
COLGROUP
static final java.lang.String COLGROUP
HTML element COLGROUP - table column group.The end tag of this element is optional:
Terminating start tags: COLGROUP,TBODY,TFOOT,THEAD,TRTerminating end tags: COLGROUP,TABLENonterminating elements: TABLE- See Also:
- Constant Field Values
-
COMMAND
static final java.lang.String COMMAND
HTML element command - menu command.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
DATALIST
static final java.lang.String DATALIST
HTML element datalist - container for options for combo box control.The end tag of this element is required.
- See Also:
- Constant Field Values
-
DD
static final java.lang.String DD
HTML element DD - definition description.The end tag of this element is optional:
Terminating start tags: DD,DTTerminating end tags: DD,DLNonterminating elements: DL- See Also:
- Constant Field Values
-
DEL
static final java.lang.String DEL
HTML element DEL - deleted text.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
DETAILS
static final java.lang.String DETAILS
HTML element details - disclosure control for hiding details.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
DFN
static final java.lang.String DFN
HTML element DFN - instance definition.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
DIR
static final java.lang.String DIR
HTML element DIR - directory list.This is a block-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
DIV
static final java.lang.String DIV
HTML element DIV - generic language/style container.The end tag of this element is required.
This is a block-level element.
- See Also:
- Constant Field Values
-
DL
static final java.lang.String DL
HTML element DL - definition list.The end tag of this element is required.
This is a block-level element.
- See Also:
- Constant Field Values
-
DT
static final java.lang.String DT
HTML element DT - definition term.The end tag of this element is optional:
Terminating start tags: DD,DTTerminating end tags: DL,DTNonterminating elements: DL- See Also:
- Constant Field Values
-
EM
static final java.lang.String EM
HTML element EM - emphasis.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
EMBED
static final java.lang.String EMBED
HTML element embed - plugin.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
FIELDSET
static final java.lang.String FIELDSET
HTML element FIELDSET - form control group.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
FIGCAPTION
static final java.lang.String FIGCAPTION
HTML element figcaption - caption for figure.The end tag of this element is required.
- See Also:
- Constant Field Values
-
FIGURE
static final java.lang.String FIGURE
HTML element figure - figure with optional caption.The end tag of this element is required.
- See Also:
- Constant Field Values
-
FONT
static final java.lang.String FONT
HTML element FONT - local change to font.This is an inline-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
FOOTER
static final java.lang.String FOOTER
HTML element footer - footer for a page or section.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
FORM
static final java.lang.String FORM
HTML element FORM - interactive form.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
FRAME
static final java.lang.String FRAME
HTML element FRAME - subwindow.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
FRAMESET
static final java.lang.String FRAMESET
HTML element FRAMESET - window subdivision.The end tag of this element is required.
- See Also:
- Constant Field Values
-
H1
static final java.lang.String H1
- See Also:
- Constant Field Values
-
H2
static final java.lang.String H2
- See Also:
- Constant Field Values
-
H3
static final java.lang.String H3
- See Also:
- Constant Field Values
-
H4
static final java.lang.String H4
- See Also:
- Constant Field Values
-
H5
static final java.lang.String H5
- See Also:
- Constant Field Values
-
H6
static final java.lang.String H6
- See Also:
- Constant Field Values
-
HEAD
static final java.lang.String HEAD
HTML element HEAD - document head.The start tag of this element is optional.
The end tag of this element is optional:
Terminating start tags: BODY,FRAMESETTerminating end tags: HEAD,HTMLNonterminating elements: (none) - See Also:
- Constant Field Values
-
HEADER
static final java.lang.String HEADER
HTML element header - introductory or navigational aids for a page or section.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
HGROUP
static final java.lang.String HGROUP
HTML element hgroup - heading group.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
HR
static final java.lang.String HR
HTML element HR - horizontal rule.This is a block-level element.
The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
HTML
static final java.lang.String HTML
HTML element HTML - document root element.The start tag of this element is optional.
The end tag of this element is optional:
Terminating start tags: (none) Terminating end tags: HTMLNonterminating elements: HTMLNote that the
HTMLelement is included as a nonterminating element in case the source contains (illegaly) nested HTML elements.- See Also:
- Constant Field Values
-
I
static final java.lang.String I
HTML element I - italic text style.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
IFRAME
static final java.lang.String IFRAME
HTML element IFRAME - inline subwindow.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
IMG
static final java.lang.String IMG
HTML element IMG - Embedded image.This is an inline-level element.
The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
INPUT
static final java.lang.String INPUT
HTML element INPUT - form control.This is an inline-level element.
The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
INS
static final java.lang.String INS
HTML element INS - inserted text.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
ISINDEX
static final java.lang.String ISINDEX
HTML element ISINDEX - single line prompt.This is a block-level element.
The end tag of this element is forbidden.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
KBD
static final java.lang.String KBD
HTML element KBD - text to be entered by the user.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
KEYGEN
static final java.lang.String KEYGEN
HTML element keygen - cryptographic key-pair generator form control.This is an inline-level element.
The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
LABEL
static final java.lang.String LABEL
HTML element LABEL - form field label text.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
LEGEND
static final java.lang.String LEGEND
HTML element LEGEND - fieldset legend.The end tag of this element is required.
- See Also:
- Constant Field Values
-
LI
static final java.lang.String LI
HTML element LI - list item.The end tag of this element is optional:
Terminating start tags: LITerminating end tags: LI,OL,ULNonterminating elements: OL,UL- See Also:
- Constant Field Values
-
LINK
static final java.lang.String LINK
HTML element LINK - a media-independent link.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
MAP
static final java.lang.String MAP
HTML element MAP - client-side image map.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
MARK
static final java.lang.String MARK
HTML element mark - highlight.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
MENU
static final java.lang.String MENU
HTML element MENU - menu list.This is a block-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
META
static final java.lang.String META
HTML element META - generic metainformation.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
METER
static final java.lang.String METER
HTML element meter - gauge.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
NAV
static final java.lang.String NAV
HTML element nav - section with navigational links.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
NOFRAMES
static final java.lang.String NOFRAMES
HTML element NOFRAMES - alternate content container for non frame-based rendering.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
NOSCRIPT
static final java.lang.String NOSCRIPT
HTML element NOSCRIPT - alternate content container for non script-based rendering.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
OBJECT
static final java.lang.String OBJECT
HTML element OBJECT - generic embedded object.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
OL
static final java.lang.String OL
HTML element OL - ordered list.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
OPTGROUP
static final java.lang.String OPTGROUP
HTML element OPTGROUP - option group.The end tag of this element is required.
- See Also:
- Constant Field Values
-
OPTION
static final java.lang.String OPTION
HTML element OPTION - selectable choice.The end tag of this element is optional:
Terminating start tags: OPTGROUP,OPTIONTerminating end tags: OPTION,SELECTNonterminating elements: (none) - See Also:
- Constant Field Values
-
OUTPUT
static final java.lang.String OUTPUT
HTML element output - calculated output value.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
P
static final java.lang.String P
HTML element P - paragraph.This is a block-level element.
The end tag of this element is optional:
Terminating start tags: All block-level element names,
DD,DT,LI,TD,THTerminating end tags: All block-level element names,
BODY,CAPTION,DD,DT,HTML,LEGEND,TD,TH,TBODY,TFOOT,THEAD,TRNonterminating elements: (none) The definition of this element in the HTML 4.01 specification explicitly states that the
Pelement cannot contain block-level elements. Despite this, all of the popular browsers (in at least some modes of operation) allowPelements to encloseTABLEelements, 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(HTMLElementName.P).remove(HTMLElementName.TABLE);HTMLElements.getNonterminatingElementNames(HTMLElementName.P).add(HTMLElementName.TABLE);- See Also:
- Constant Field Values
-
PARAM
static final java.lang.String PARAM
HTML element PARAM - named property value.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
PRE
static final java.lang.String PRE
HTML element PRE - preformatted text.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
PROGRESS
static final java.lang.String PROGRESS
HTML element progress - progress bar.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
Q
static final java.lang.String Q
HTML element Q - short inline quotation.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
RP
static final java.lang.String RP
HTML element rp - parenthesis for ruby annotation text.This is an inline-level element.
The end tag of this element is optional:
Terminating start tags: RP,RTTerminating end tags: RUBYNonterminating elements: (none) - See Also:
- Constant Field Values
-
RT
static final java.lang.String RT
HTML element rt - ruby annotation text.This is an inline-level element.
The end tag of this element is optional:
Terminating start tags: RP,RTTerminating end tags: RUBYNonterminating elements: (none) - See Also:
- Constant Field Values
-
RUBY
static final java.lang.String RUBY
HTML element ruby - ruby annotation(s).This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
S
static final java.lang.String S
HTML element S - strike-through text style.This is an inline-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
SAMP
static final java.lang.String SAMP
HTML element SAMP - sample program output, scripts, etc..This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
SCRIPT
static final java.lang.String SCRIPT
HTML element SCRIPT - script statements.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
SECTION
static final java.lang.String SECTION
HTML element section - generic document or application section.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
SELECT
static final java.lang.String SELECT
HTML element SELECT - option selector.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
SMALL
static final java.lang.String SMALL
HTML element SMALL - small text style.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
SOURCE
static final java.lang.String SOURCE
HTML element source - media source for video or audio.The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
SPAN
static final java.lang.String SPAN
HTML element SPAN - generic language/style container.This is an inline-level element.
- See Also:
- Constant Field Values
-
STRIKE
static final java.lang.String STRIKE
HTML element STRIKE - strike-through text.This is an inline-level element.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
STRONG
static final java.lang.String STRONG
HTML element STRONG - strong emphasis.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
STYLE
static final java.lang.String STYLE
HTML element STYLE - style info.The end tag of this element is required.
- See Also:
- Constant Field Values
-
SUB
static final java.lang.String SUB
HTML element SUB - subscript.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
SUMMARY
static final java.lang.String SUMMARY
HTML element summary - caption for details.The end tag of this element is required.
- See Also:
- Constant Field Values
-
SUP
static final java.lang.String SUP
HTML element SUP - superscript.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
TABLE
static final java.lang.String TABLE
- See Also:
- Constant Field Values
-
TBODY
static final java.lang.String TBODY
HTML element TBODY - table body.The start tag of this element is optional.
The end tag of this element is optional:
Terminating start tags: TBODY,TFOOT,THEADTerminating end tags: TABLE,TBODYNonterminating elements: TABLENote that the
TFOOTandTHEADelements are included as terminating start tags, even though the HTML 4.01 specification section 11.2.3 states that they must precede theTBODYelement inside aTABLE. Most browsers tolerate an incorrect ordering of theTHEAD,TFOOTandTBODYelements, so this parser also recognises the elements in any order.- See Also:
- Constant Field Values
-
TD
static final java.lang.String TD
HTML element TD - table data cell.The end tag of this element is optional:
Terminating start tags: TBODY,TD,TFOOT,TH,THEAD,TRTerminating end tags: TABLE,TBODY,TD,TFOOT,THEAD,TRNonterminating elements: TABLE- See Also:
- Constant Field Values
-
TEXTAREA
static final java.lang.String TEXTAREA
HTML element TEXTAREA - multi-line text field.The end tag of this element is required.
This is an inline-level element.
- See Also:
- Constant Field Values
-
TFOOT
static final java.lang.String TFOOT
HTML element TFOOT - table footer.The end tag of this element is optional:
Terminating start tags: TBODY,TFOOT,THEADTerminating end tags: TABLE,TFOOTNonterminating elements: TABLE- See Also:
- Constant Field Values
-
TH
static final java.lang.String TH
HTML element TH - table header cell.The end tag of this element is optional:
Terminating start tags: TBODY,TD,TFOOT,TH,THEAD,TRTerminating end tags: TABLE,TBODY,TFOOT,TH,THEAD,TRNonterminating elements: TABLE- See Also:
- Constant Field Values
-
THEAD
static final java.lang.String THEAD
HTML element THEAD - table header.The end tag of this element is optional:
Terminating start tags: TBODY,TFOOT,THEADTerminating end tags: TABLE,THEADNonterminating elements: TABLE- See Also:
- Constant Field Values
-
TIME
static final java.lang.String TIME
HTML element time - date and/or time.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
TITLE
static final java.lang.String TITLE
HTML element TITLE - document title.The end tag of this element is required.
- See Also:
- Constant Field Values
-
TR
static final java.lang.String TR
HTML element TR - table row.The end tag of this element is optional:
Terminating start tags: TBODY,TFOOT,THEAD,TRTerminating end tags: TABLE,TBODY,TFOOT,THEAD,TRNonterminating elements: TABLE- See Also:
- Constant Field Values
-
TT
static final java.lang.String TT
HTML element TT - teletype or monospaced text style.The end tag of this element is required.
This is an inline-level element.
- See Also:
- Constant Field Values
-
U
static final java.lang.String U
HTML element U - underlined text style.This is an inline-level element.
The end tag of this element is required.
This element is deprecated in HTML 4.01. (see
HTMLElements.getDeprecatedElementNames())- See Also:
- Constant Field Values
-
UL
static final java.lang.String UL
HTML element UL - unordered list.This is a block-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
VAR
static final java.lang.String VAR
HTML element VAR - instance of a variable or program argument.This is an inline-level element.
The end tag of this element is required.
- See Also:
- Constant Field Values
-
VIDEO
static final java.lang.String VIDEO
HTML element video - video player.The end tag of this element is required.
- See Also:
- Constant Field Values
-
WBR
static final java.lang.String WBR
HTML element wbr - line breaking opportunity.This is an inline-level element.
The end tag of this element is forbidden.
- See Also:
- Constant Field Values
-
-