From 8b70347023de3362e76a95f8b0e9f88f257fa7f1 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 2 Feb 2025 16:36:35 -0700 Subject: first commit --- 01_basic.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 01_basic.html (limited to '01_basic.html') diff --git a/01_basic.html b/01_basic.html new file mode 100644 index 0000000..aa8936f --- /dev/null +++ b/01_basic.html @@ -0,0 +1,39 @@ + + + + + + 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