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

Think of h1 as the book title. you only have one book title!

Chapter 1: Major Sections, of your website

h2 is for major sections, like in a book.

Types of Lists

Unordered Lists (AKA BULLET POINTS)

Order Lists (NUMBERED LIST)

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

Nested Lists (Lists Inside of other lists)

Definitions 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 highlithed like a highlighter pen.

This Text is small print (fine print/disclaimers).

This Text has deleted cotent (strikethrough).

This Text has inserted content (underline).

This is a WWW abbrevation.

this is computer code in a sentence.

Press Ctrl to save.

The computer says: File saved sucessfully

She said, HTML is awesome! (inline quote)

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

Special Text Elements

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

Subscripts: H20 (water)

Superscript: X2 + Y2 = Z2

Line
Break
Example


Horizontal rule above (thematic break)

Section 1.1: Subsecton

h3 breaks down chapters into smaller parts.

Topic A: Smallelr division

h4 is for specific topics within sections

Subtopic: Getting detailed

h5 ks Rarely used - only for very detailed organazation.

Fine Print: Smalled Heading

h6 is the SMALLEST - almost never needed!