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 headings, mdn/html/elements

paragraphs
content paragraphs
children p_tag

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

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 headings, h1_through_h6

semantics
content Semantics

lists
content lists
children unordered, li_tag, nesting, ordered

unordered
content unordered
children ul_tag
parents lists

ordered
content ordered
children ol_tag
parents lists

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

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

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

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 emphasis, mdn/html/elements

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

presentational
content presentationl
children tag_u, tag_b, tag_i
remarks deprecated

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

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

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