From 8b70347023de3362e76a95f8b0e9f88f257fa7f1 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 2 Feb 2025 16:36:35 -0700 Subject: first commit --- 02_css.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 02_css.html (limited to '02_css.html') diff --git a/02_css.html b/02_css.html new file mode 100644 index 0000000..b06581f --- /dev/null +++ b/02_css.html @@ -0,0 +1,55 @@ + + + + + + HTML Elements Demo + + + +

This is Heading 1

+

This is Heading 2

+

This is Heading 3

+

This is Heading 4

+
This is Heading 5
+
This is Heading 6
+ +

This is a paragraph with bold text, italic text, and underlined text.

+

This is a paragraph with a highlighted text and smaller text.

+ +

This is a link to example.com

+ +

Unordered List:

+ + +

Ordered List:

+
    +
  1. First item
  2. +
  3. Second item
  4. +
  5. Third item
  6. +
+ +

Image Example:

+ Placeholder Image +
+ + -- cgit v1.2.3