HTML & CSS Basics - Chloe Park

My First Web Page: HTML & CSS Basics

This project demonstrates basic HTML structure, various list types, and the cascading nature of CSS through external, internal, and inline styling.

About HTML

HTML (HyperText Markup Language) provides structure and meaning to web content. It uses tags to organize text, media, and layout. This sentence is styled using inline CSS.

Ordered Lists

Two types of numbered lists are shown below:

  1. Introduction to HTML
  2. Basic Tags
  3. Lists & Links
  1. Head Section
  2. Body Section
  3. Comments

Unordered Lists

Two types of bullet styles with nested lists:

Definition List

HTML
The structure or skeleton of a web page.
CSS
The style and design layer that controls presentation.