From 925fbd33d6ecf31b18134d13d5b7a2eca30cccd6 Mon Sep 17 00:00:00 2001 From: vijayvemul14 Date: Thu, 28 Aug 2025 12:00:33 +0530 Subject: [PATCH 1/5] HTML Assessments --- Week 1.1 - HTML/1. Build a Form/index.html | 20 ++++++++++ .../index.html | 12 ++++++ .../index.html | 13 +++++++ .../4. Mock Up a Design/index.html | 37 +++++++++++++++++++ 4 files changed, 82 insertions(+) diff --git a/Week 1.1 - HTML/1. Build a Form/index.html b/Week 1.1 - HTML/1. Build a Form/index.html index 50432a8b..84eaafbe 100644 --- a/Week 1.1 - HTML/1. Build a Form/index.html +++ b/Week 1.1 - HTML/1. Build a Form/index.html @@ -8,6 +8,26 @@ +
+
+ +
+ +
+ +
+ +
+ + + +
+
+ \ No newline at end of file diff --git a/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html b/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html index a132ac2a..67e7f332 100644 --- a/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html +++ b/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html @@ -25,6 +25,18 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html b/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html index d8bb518c..757c0348 100644 --- a/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html +++ b/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html @@ -25,6 +25,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/Week 1.1 - HTML/4. Mock Up a Design/index.html b/Week 1.1 - HTML/4. Mock Up a Design/index.html index a7252a6f..c69d54ac 100644 --- a/Week 1.1 - HTML/4. Mock Up a Design/index.html +++ b/Week 1.1 - HTML/4. Mock Up a Design/index.html @@ -9,5 +9,42 @@ +
+
+
+
+

Top Heading

+

Title

+

Sub Heading

+

paragraph

+ +
+ +

list title:

+
    +
  • +
  • +
  • +
  • +
+ +
+
+

Icon box title icon

+

description

+
+
+ +
+
+
+ + +
+ + +
+ + \ No newline at end of file From e29837375cbb79bcbf22cb478afeac3f0b7caa3e Mon Sep 17 00:00:00 2001 From: vijayvemul14 Date: Thu, 28 Aug 2025 12:09:27 +0530 Subject: [PATCH 2/5] CSS Assessments --- .../1. Selectors - Attributes/index.html | 2 +- .../2. Selectors - Children/index.html | 2 +- .../3. Selectors - Siblings/index.html | 2 +- .../4. Inheritance and Systems/index.html | 30 +++++++++++++++++++ Week 1.2 - CSS/5. Transitions/index.html | 9 ++++++ .../6. Tricks - Click Passthrough/index.html | 1 + 6 files changed, 43 insertions(+), 3 deletions(-) diff --git a/Week 1.2 - CSS/1. Selectors - Attributes/index.html b/Week 1.2 - CSS/1. Selectors - Attributes/index.html index 3d9c05b8..012bf5c2 100644 --- a/Week 1.2 - CSS/1. Selectors - Attributes/index.html +++ b/Week 1.2 - CSS/1. Selectors - Attributes/index.html @@ -9,7 +9,7 @@ diff --git a/Week 1.2 - CSS/2. Selectors - Children/index.html b/Week 1.2 - CSS/2. Selectors - Children/index.html index 7ff366db..3a43d88b 100644 --- a/Week 1.2 - CSS/2. Selectors - Children/index.html +++ b/Week 1.2 - CSS/2. Selectors - Children/index.html @@ -9,7 +9,7 @@