mdn/html/0_intro_to_html/2_text_fundamentals

2_text_fundamentals

dz / mdn / html / 0_intro_to_html / 2_text_fundamentals

Summary

Text Fundamentals

Node Tree

Nodes

headings
content headings
children h1_through_h6, structural_hierarchy

h1_through_h6
content <h1> ... <h6>
children ideals, structural_hierarchy
parents mdn/html/elements, headings

paragraphs
content paragraphs
children p_tag

p_tag
content <p>
parents mdn/html/elements, paragraphs

ideals
content ideals
children 3_heading_level_per_page, single_h1_per_page
parents h1_through_h6

single_h1_per_page
content single h1 per page
parents ideals

3_heading_level_per_page
content 3 heading levels per page
parents ideals

structural_hierarchy
content Structural Hierarchy
parents h1_through_h6, headings

semantics
content Semantics

lists
content lists
children li_tag, nesting, ordered, unordered

unordered
content unordered
children ul_tag
parents lists

ordered
content ordered
children ol_tag
parents lists

ul_tag
content <ul>
parents unordered, mdn/html/elements

ol_tag
content <ol>
parents mdn/html/elements, ordered

li_tag
content <li>
parents lists, mdn/html/elements

nesting
content nesting
parents lists

emphasis
content emphasis
children tag_emphasis
parents text

text
content text
children emphasis, strong

strong
content strong
children tag_strong
parents text

tag_emphasis
content <em>
parents mdn/html/elements, emphasis

tag_strong
content <strong>
parents mdn/html/elements, strong

presentational
content presentationl
children tag_b, tag_i, tag_u
remarks deprecated

tag_b
content <b>
parents presentational, mdn/html/elements

tag_i
content <i>
parents presentational, mdn/html/elements

tag_u
content <u>
parents presentational, mdn/html/elements