From 4df286e126dd5cb2231f5a540d4a9f87d3a33321 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Mon, 29 Dec 2025 12:11:54 +0530 Subject: [PATCH 01/14] Added h2 in comment.html file --- html/level 1/comment.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/level 1/comment.html b/html/level 1/comment.html index c478cdf..05d0431 100644 --- a/html/level 1/comment.html +++ b/html/level 1/comment.html @@ -9,5 +9,7 @@

Hello World !!!

+ +

This is my second heading

\ No newline at end of file From ec6964d75052406a628ba359a26d10e4120befad Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Tue, 30 Dec 2025 12:06:43 +0530 Subject: [PATCH 02/14] added defination of
tag --- html/level 2/hr.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/level 2/hr.html b/html/level 2/hr.html index cc62312..c7cf381 100644 --- a/html/level 2/hr.html +++ b/html/level 2/hr.html @@ -9,5 +9,7 @@

testing HR Tag


this is the testing of HR tag

+
+

Horizontal Rule tag is used to create a thematic break in the HTML page

\ No newline at end of file From c7e25e4661846f9970d1815592afabf75f08e1b3 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Wed, 31 Dec 2025 10:13:47 +0530 Subject: [PATCH 03/14] Added some lists in unordered-list file --- html/level 5/unordered-list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/level 5/unordered-list.html b/html/level 5/unordered-list.html index f29fd23..6f216ae 100644 --- a/html/level 5/unordered-list.html +++ b/html/level 5/unordered-list.html @@ -10,6 +10,8 @@
  • Cycling
  • Cricket
  • YouTube
  • +
  • Coding
  • +
  • Reading
  • \ No newline at end of file From 09010195afd2f92737c64bf9a80cb485f22b9169 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Wed, 31 Dec 2025 10:15:43 +0530 Subject: [PATCH 04/14] changed title of unordered-list file --- html/level 5/unordered-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/level 5/unordered-list.html b/html/level 5/unordered-list.html index 6f216ae..f590e9e 100644 --- a/html/level 5/unordered-list.html +++ b/html/level 5/unordered-list.html @@ -3,7 +3,7 @@ - Document + hobbies
      From 2d30950ed37b16c64a1d5d9c755565cb3388bca8 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Wed, 29 Apr 2026 20:01:43 +0530 Subject: [PATCH 05/14] initial commit --- cet html/demo.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cet html/demo.html diff --git a/cet html/demo.html b/cet html/demo.html new file mode 100644 index 0000000..d01f779 --- /dev/null +++ b/cet html/demo.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file From 66339a3a1e4a0d0f749c03d13d5f071467746d3e Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Wed, 29 Apr 2026 20:11:35 +0530 Subject: [PATCH 06/14] updated name using h1 --- cet html/demo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cet html/demo.html b/cet html/demo.html index d01f779..64c7959 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -3,9 +3,9 @@ - Document + Cet Basics - +

      Hey I am Vijeth Rai

      \ No newline at end of file From 64a2908572042a1a95724339581b7bf49dc51bd9 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Thu, 30 Apr 2026 20:42:47 +0530 Subject: [PATCH 07/14] added img and some basic tags with contents --- cet html/demo.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cet html/demo.html b/cet html/demo.html index 64c7959..f22c197 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -6,6 +6,15 @@ Cet Basics -

      Hey I am Vijeth Rai

      +

      Choco

      +

      My name is choco vijeth

      +

      Sule Munde

      +

      W3Schools is the world's largest web developer site. We are on a quest to make learning available to everyone - everywhere. +


      For over 20 years, we’ve provided free tutorials and hands-on coding exercises in HTML, CSS, JavaScript, Python, +
      SQL, and more. Millions of students, teachers, and developers use W3Schools to build skills and grow their knowledge. Start coding today with W3Schools.

      + +102
      +102
      + \ No newline at end of file From 225ff73379e023106b03c1740fbcb5af2465ee1f Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Thu, 30 Apr 2026 20:56:34 +0530 Subject: [PATCH 08/14] created table tags and added some contents --- cet html/demo.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cet html/demo.html b/cet html/demo.html index f22c197..15796c8 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -16,5 +16,21 @@

      Choco

      102
      102
      + + + + + + + + + + + + + + + +
      SL NOcricketer
      1rahul dravid
      2Dhoni
      \ No newline at end of file From 33e5be8cf5186d58b378ecd4a1d82ba318514b9b Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Thu, 30 Apr 2026 21:09:26 +0530 Subject: [PATCH 09/14] added some list tags --- cet html/demo.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cet html/demo.html b/cet html/demo.html index 15796c8..5b58bd6 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -32,5 +32,13 @@

      Choco

      Dhoni +
        +
      1. apple
      2. +
      3. orange
      4. +
      +
        +
      1. robsa
      2. +
      3. chikko
      4. +
      \ No newline at end of file From 1f7f3809fb6cc3f150910a0ee8ac7ca3215f388f Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Sat, 2 May 2026 20:22:55 +0530 Subject: [PATCH 10/14] added img and anchor tag --- cet html/demo.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cet html/demo.html b/cet html/demo.html index 5b58bd6..4bfe316 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -15,7 +15,7 @@

      Choco

      102
      102
      - + @@ -40,5 +40,6 @@

      Choco

    • robsa
    • chikko
    • +eybr \ No newline at end of file From d53c16b206ad438e60e63ca69a1663017218074f Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Sat, 2 May 2026 20:41:05 +0530 Subject: [PATCH 11/14] added form and added some inputs --- cet html/demo.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/cet html/demo.html b/cet html/demo.html index 4bfe316..a474311 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -15,7 +15,7 @@

      Choco

      102
      102
      - +gand mari
      SL NO
      @@ -40,6 +40,23 @@

      Choco

    • robsa
    • chikko
    • -eybr +keybr + +

      Enter you full name:

      +
      +

      Enter you last name:

      +
      + + +
      + + +
      + + +
      + + + \ No newline at end of file From e1850e22dadd3b64ce2716ac2a58f2c8dce5cb7e Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Sat, 2 May 2026 21:02:12 +0530 Subject: [PATCH 12/14] fixed some common issues Co-authored-by: Copilot --- cet html/demo.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cet html/demo.html b/cet html/demo.html index a474311..d3d906f 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -47,13 +47,13 @@

      Enter you full name:

      Enter you last name:


      - +
      - +
      - +
      From a8f3fdfe7a6762577f8c2d02a071cf62fe1a65c3 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Sun, 3 May 2026 16:56:21 +0530 Subject: [PATCH 13/14] added iframe --- cet html/demo.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cet html/demo.html b/cet html/demo.html index d3d906f..dcd4053 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -57,6 +57,8 @@

      Enter you last name:


      +
      + \ No newline at end of file From d21a0eccf860a94202d351feaa062e6fa0eda602 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Sun, 3 May 2026 17:01:49 +0530 Subject: [PATCH 14/14] added loading lazy for smooth run --- cet html/demo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cet html/demo.html b/cet html/demo.html index dcd4053..57d1a35 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -15,7 +15,7 @@

      Choco

      102
      102
      -gand mari +gand mari
      SL NO
      @@ -58,7 +58,7 @@

      Enter you last name:


      - + \ No newline at end of file
      SL NO