mdn/html/0_intro_to_html/4_advanced_text_formatting

4_advanced_text_formatting

dz / mdn / html / 0_intro_to_html / 4_advanced_text_formatting

Summary

Advanced Text Formatting

Node Tree

Nodes

description_lists
content Description Lists
children tag_dl, term, terms_descriptions, description

terms_descriptions
content Terms and their associated descriptions
parents description_lists

tag_dl
content <dl>
parents description_lists, mdn/html/elements

tag_dt
content <dd>
parents term, mdn/html/elements

tag_dd
content <dd>
parents mdn/html/elements, description

term
content term
children tag_dt
parents description_lists

description
content description
children tag_dd, mult_allowed
parents description_lists

mult_allowed
content Multiple allowed
parents description

quotations
content Quotations
children blockquotes, citations, inline_quotations

blockquotes
content Blockquotes
children extended_quote, tag_blockquote
parents quotations

tag_blockquote
content <blockquote>
parents blockquotes, mdn/html/elements

inline_quotations
content Inline quotations
children tag_q, short_quote
parents quotations

tag_q
content <q>
parents inline_quotations, mdn/html/elements

citations
content Citations
children tag_cite
parents quotations

tag_cite
content <cite>
parents citations

short_quote
content Short quotations that don't require paragraph breaks
parents inline_quotations

extended_quote
content Extended quotation
parents blockquotes

abbreviations
content abbreviations
children tag_abbr

tag_abbr
content <abbr>
children title_attr
parents mdn/html/elements, abbreviations

title_attr
content title
parents tag_abbr

contact_details
content Contact Details
children tag_address

tag_address
content <address>
parents contact_details, mdn/html/elements

superscript_subscript
content Superscript and Subscript
children tag_sub, tag_sup

tag_sup
content <sup>
parents mdn/html/elements, superscript_subscript

tag_sub
content <sub>
parents mdn/html/elements, superscript_subscript

representing_computer_code
content Representing Computer Code
children tag_code, tag_pre, variable_names, keyboard_input, program_output

tag_code
content <code>
parents mdn/html/elements, representing_computer_code

tag_pre
content <pre>
parents representing_computer_code

variable_names
content Variable Names
children tag_var
parents representing_computer_code

tag_var
content <var>
parents variable_names, mdn/html/elements

keyboard_input
content Keyboard Input
children tag_kbd
parents representing_computer_code

tag_kbd
content <kbd>
parents mdn/html/elements, keyboard_input

program_output
content Output of Computer Program
children tag_samp
parents representing_computer_code

tag_samp
content <samp>
parents mdn/html/elements, program_output

times_dates
content Times and Dates
children tag_time

tag_time
content <time>
parents times_dates, mdn/html/elements