Basic HTML Assignment

My Basic HTML Page

This page demonstrates basic HTML structure, CSS styles, and different types of lists. I used an external stylesheet, internal CSS, and inline CSS to show how cascading styles work.

About This Project

This paragraph uses inline CSS, so it overrides some of the other color styles.

This paragraph uses an internal CSS class from the style section in the head.

Ordered List With Numbers

  1. Create an HTML file.
  2. Add basic page structure.
  3. Link a CSS stylesheet.

Ordered List With Roman Numerals

  1. Plan the page content.
  2. Write the HTML code.
  3. Test the page in a browser.

Unordered List With Circle Bullets

Unordered List With Square Bullets

Nested List Example

Definition List

HTML
The markup language used to structure a web page.
CSS
The stylesheet language used to design and style a web page.