From 4df286e126dd5cb2231f5a540d4a9f87d3a33321 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Mon, 29 Dec 2025 12:11:54 +0530 Subject: [PATCH 01/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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/18] 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 From cdb090f85880189890fe4cacc913667cde568528 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Tue, 5 May 2026 19:12:20 +0530 Subject: [PATCH 15/18] added internal css --- cet html/demo.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cet html/demo.html b/cet html/demo.html index 57d1a35..fb1469d 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -4,10 +4,18 @@ Cet Basics + -

      Choco

      -

      My name is choco vijeth

      +

      Choco

      +

      My name is 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, From 15729b20cca71031ecd1ef6f26183d4408c4d564 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Tue, 5 May 2026 19:18:44 +0530 Subject: [PATCH 16/18] made sub classes for css --- cet html/demo.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cet html/demo.html b/cet html/demo.html index fb1469d..d6c8131 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -11,6 +11,12 @@ h1{ color: blue; } + img{ + border-radius: 10px; + } + .n{ + color: aqua; + } @@ -50,7 +56,7 @@

      Choco

      keybr
      -

      Enter you full name:

      +

      Enter you full name:


      Enter you last name:


      From be1e00ef3501cef8ffcd1fd37ac3e9fe9e40a3ac Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Tue, 5 May 2026 19:33:11 +0530 Subject: [PATCH 17/18] restyled complete page --- cet html/demo.html | 191 ++++++++++++++++++++++++++++++--------------- 1 file changed, 128 insertions(+), 63 deletions(-) diff --git a/cet html/demo.html b/cet html/demo.html index d6c8131..bca9c6b 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -3,76 +3,141 @@ - Cet Basics + Practice Sheet -

      Choco

      -

      My name is 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
      -gand mari -
      SL NO
      - - - - - - - - - - - - - - -
      SL NOcricketer
      1rahul dravid
      2Dhoni
      -
        -
      1. apple
      2. -
      3. orange
      4. -
      -
        -
      1. robsa
      2. -
      3. chikko
      4. -
      -keybr - -

      Enter you full name:

      -
      -

      Enter you last name:

      -
      - - -
      - - -
      - - -
      - - -
      - - +

      My Daily Practice Sheet

      +

      Name: Vijeth

      +

      This page is a simple HTML practice sheet, but the theme is a small daily progress tracker.

      + +
      +

      Today's Goal

      +

      Learn something small in HTML, CSS, and typing practice every day.

      +

      Formula example: 102 = 100

      +

      Water formula: H2O

      +
      + +
      +

      Practice Image

      + Laptop on desk +
      + +
      +

      Skills I Practiced

      + + + + + + + + + + + + + + + + + + + + + +
      Sl NoSkillStatus
      1HTML tagsDone
      2TypingPending
      3CSS basicsDone
      +
      + +
      +

      Checklist

      +
        +
      1. Open VS Code
      2. +
      3. Write HTML structure
      4. +
      5. Add CSS styling
      6. +
      + +
        +
      • Practice for 20 minutes
      • +
      • Take short notes
      • +
      • Repeat tomorrow
      • +
      +
      + + + +
      +

      Mini Form

      +
      +
      +

      + +
      +

      + +

      Select what you practiced:

      + +
      + + +
      + + +

      + + +
      +
      - \ No newline at end of file + From ceb6cde1db123985d1884cf9080a7e3c863d2643 Mon Sep 17 00:00:00 2001 From: vijeth44-pro Date: Wed, 6 May 2026 20:53:07 +0530 Subject: [PATCH 18/18] styling link --- cet html/demo.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cet html/demo.html b/cet html/demo.html index bca9c6b..c2914f4 100644 --- a/cet html/demo.html +++ b/cet html/demo.html @@ -52,11 +52,14 @@ padding: 10px 16px; border-radius: 6px; } + a:visited{ + color:red; + }

      My Daily Practice Sheet

      -

      Name: Vijeth

      +

      Name: Vijeth P Rai

      This page is a simple HTML practice sheet, but the theme is a small daily progress tracker.

      @@ -139,5 +142,8 @@

      Mini Form

      +
      +

      Lorem ipsum dolor sit amet consectetur adipisicing elit.
      Inventore quas, commodi necessitatibus maxime quo illum doloremque molestiae nisi veritatis
      aspernatur dolores consectetur quasi a amet magni, placeat possimus culpa eaque?

      +