Module moxie_dom::elements::text_content  [−][src]
Expand description
Use HTML text content elements to organize blocks or sections of content
placed between the opening <body> and closing </body> tags. Important
for accessibility and SEO, these elements identify the purpose or structure
of that content.
Structs
The HTML <blockquote> element (or HTML Block Quotation Element) indicates that
the enclosed text is an extended quotation. Usually, this is rendered visually by
indentation. A URL for the source of the quotation may be given using the cite attribute,
while a text representation of the source can be given using the <cite> element.
The HTML <blockquote> element (or HTML Block Quotation Element) indicates that
the enclosed text is an extended quotation. Usually, this is rendered visually by
indentation. A URL for the source of the quotation may be given using the cite attribute,
while a text representation of the source can be given using the <cite> element.
The HTML <dd> element provides the description, definition, or value for the
preceding term (<dt>) in a description list (<dl>).
The HTML <dd> element provides the description, definition, or value for the
preceding term (<dt>) in a description list (<dl>).
The HTML Content Division element (<div>) is the generic container for flow
content. It has no effect on the content or layout until styled using CSS.
The HTML Content Division element (<div>) is the generic container for flow
content. It has no effect on the content or layout until styled using CSS.
The HTML <dl> element represents a description list. The element encloses a list of
groups of terms (specified using the <dt> element) and descriptions (provided by
<dd> elements). Common uses for this element are to implement a glossary or to
display metadata (a list of key-value pairs).
The HTML <dl> element represents a description list. The element encloses a list of
groups of terms (specified using the <dt> element) and descriptions (provided by
<dd> elements). Common uses for this element are to implement a glossary or to
display metadata (a list of key-value pairs).
The HTML <dt> element specifies a term in a description or definition list, and as
such must be used inside a <dl> element.
The HTML <dt> element specifies a term in a description or definition list, and as
such must be used inside a <dl> element.
The HTML <figcaption> or Figure Caption element represents a caption or legend
describing the rest of the contents of its parent <figure> element.
The HTML <figcaption> or Figure Caption element represents a caption or legend
describing the rest of the contents of its parent <figure> element.
The HTML <figure> (Figure With Optional Caption) element represents self-contained
content, potentially with an optional caption, which is specified using the
(<figcaption>) element.
The HTML <figure> (Figure With Optional Caption) element represents self-contained
content, potentially with an optional caption, which is specified using the
(<figcaption>) element.
The HTML <hr> element represents a thematic break between paragraph-level elements:
for example, a change of scene in a story, or a shift of topic within a section.
The HTML <hr> element represents a thematic break between paragraph-level elements:
for example, a change of scene in a story, or a shift of topic within a section.
The HTML <li> element is used to represent an item in a list.
The HTML <li> element is used to represent an item in a list.
The HTML <ol> element represents an ordered list of items, typically rendered as a
numbered list.
The HTML <ol> element represents an ordered list of items, typically rendered as a
numbered list.
The HTML <p> element represents a paragraph.
The HTML <p> element represents a paragraph.
The HTML <pre> element represents preformatted text which is to be presented
exactly as written in the HTML file.
The HTML <pre> element represents preformatted text which is to be presented
exactly as written in the HTML file.
The HTML <ul> element represents an unordered list of items, typically rendered as
a bulleted list.
The HTML <ul> element represents an unordered list of items, typically rendered as
a bulleted list.
Functions
The HTML <blockquote> element (or HTML Block Quotation Element) indicates that
the enclosed text is an extended quotation. Usually, this is rendered visually by
indentation. A URL for the source of the quotation may be given using the cite attribute,
while a text representation of the source can be given using the <cite> element.
The HTML <dd> element provides the description, definition, or value for the
preceding term (<dt>) in a description list (<dl>).
The HTML Content Division element (<div>) is the generic container for flow
content. It has no effect on the content or layout until styled using CSS.
The HTML <dl> element represents a description list. The element encloses a list of
groups of terms (specified using the <dt> element) and descriptions (provided by
<dd> elements). Common uses for this element are to implement a glossary or to
display metadata (a list of key-value pairs).
The HTML <dt> element specifies a term in a description or definition list, and as
such must be used inside a <dl> element.
The HTML <figcaption> or Figure Caption element represents a caption or legend
describing the rest of the contents of its parent <figure> element.
The HTML <figure> (Figure With Optional Caption) element represents self-contained
content, potentially with an optional caption, which is specified using the
(<figcaption>) element.
The HTML <hr> element represents a thematic break between paragraph-level elements:
for example, a change of scene in a story, or a shift of topic within a section.
The HTML <li> element is used to represent an item in a list.
The HTML <ol> element represents an ordered list of items, typically rendered as a
numbered list.
The HTML <p> element represents a paragraph.
The HTML <pre> element represents preformatted text which is to be presented
exactly as written in the HTML file.
The HTML <ul> element represents an unordered list of items, typically rendered as
a bulleted list.