h1: The Main Title of this Web Page - ONLY ONE PER PAGE

Think of h1 as the book title. You only have one

h2: Major Section of your website

h2 is for major sections, like chapters in a book

Types of Lists

Unordered Lists (AKA Bullet Points)

Ordered Lists (Numbered List)

  1. First Item
  2. Second Item
  3. Third Item

Nested Lists (Lists Inside of other Lists)

Definition List (Terms and Definitions)

HTML
HyperText Markup Language - the structure of web pages
CSS
Cascading Style Sheets - the styling of web pages
JavaScript
Programming language for web interactivity

Semantic Elements (Have Meaning)

This text is very important (strong emphasis)

This text is emphasized (stress emphasis)

This text is highlighted Like a highlighter pen

This text is small (fine print/disclaimers)

This text is deleted content (strikethrough)

This text hasx inserted content (underlined)

This is a WWW abbreviation

This is computer code in a sentence

Press Ctrl + S to save

The computer says: File saved successfully

h3: Subsection

h3 breaks down chapters into smaller parts

Quotations

Sje saod, HTML is awesome! (inline quote)

This is a longer quotation that deserves its own block It usually gets indented and stands out from regular text - Someone Famous

Special Text Elements

        This preserves    spacing    and
        line breaks exactly as typed.
        Great for code or ASCII art
    

Subscript: H20 (water)

Superscript: X2 + Y2 + Z2

Line
Break
Example


Horizontal rule above (thematic break)

h4: Smaller division

h4 is for specific topics within sections

h5: Getting detailed

h5 is rarely used - only for very detailed organization

h6: Fine print

h6 is the smallest - almost never needed