4_advanced_text_formatting
dz / mdn / html / 0_intro_to_html / 4_advanced_text_formattingSummary
Advanced Text Formatting
Node Tree
- quotations
- representing_computer_code
- superscript_subscript
- times_dates
- abbreviations
- contact_details
- description_lists
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 | mdn/html/elements, description_lists |
| tag_dt | |
| content | <dd> |
| parents | mdn/html/elements, term |
| tag_dd | |
| content | <dd> |
| parents | description, mdn/html/elements |
| 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 | tag_blockquote, extended_quote |
| parents | quotations |
| tag_blockquote | |
| content | <blockquote> |
| parents | mdn/html/elements, blockquotes |
| inline_quotations | |
| content | Inline quotations |
| children | short_quote, tag_q |
| parents | quotations |
| tag_q | |
| content | <q> |
| parents | mdn/html/elements, inline_quotations |
| 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 | abbreviations, mdn/html/elements |
| title_attr | |
| content | title |
| parents | tag_abbr |
| contact_details | |
| content | Contact Details |
| children | tag_address |
| tag_address | |
| content | <address> |
| parents | mdn/html/elements, contact_details |
| superscript_subscript | |
| content | Superscript and Subscript |
| children | tag_sub, tag_sup |
| tag_sup | |
| content | <sup> |
| parents | superscript_subscript, mdn/html/elements |
| tag_sub | |
| content | <sub> |
| parents | superscript_subscript, mdn/html/elements |
| representing_computer_code | |
| content | Representing Computer Code |
| children | program_output, tag_code, tag_pre, variable_names, keyboard_input |
| tag_code | |
| content | <code> |
| parents | representing_computer_code, mdn/html/elements |
| 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 | mdn/html/elements, variable_names |
| keyboard_input | |
| content | Keyboard Input |
| children | tag_kbd |
| parents | representing_computer_code |
| tag_kbd | |
| content | <kbd> |
| parents | keyboard_input, mdn/html/elements |
| program_output | |
| content | Output of Computer Program |
| children | tag_samp |
| parents | representing_computer_code |
| tag_samp | |
| content | <samp> |
| parents | program_output, mdn/html/elements |
| times_dates | |
| content | Times and Dates |
| children | tag_time |
| tag_time | |
| content | <time> |
| parents | mdn/html/elements, times_dates |