A complete collection of 11 HTML & CSS tasks designed to strengthen fundamentals in HTML structure, form creation, debugging, styling, lists, tables, and semantic markup.
Screenshots and clean project structure are included for clarity.
html-css-basics/
β
βββ screenshots/ # Screenshots for each task (1.png β 11.b.png)
β
βββ templates/
β βββ Question1.html
β βββ Question2.html
β βββ Question3.html
β βββ styleQ3.css
β βββ Question4.html
β βββ Question5.html
β βββ Question6.html
β βββ Question7.html
β βββ styleQ7.css
β βββ Question8.html
β βββ Question9.html
β βββ Question10.html
β βββ Question11.html
β βββ task.md # Contains all original questions
β
βββ LICENSE
βββ README.md
Basic bugβfixing involving:
- Improper nesting
- Unclosed tags
- Incorrect attribute placements
Similar debugging with structure correction and semantic fixes.
Creates a complete form containing:
- Name, Email, Subject, Message fields
- Required validation
- Styled using styleQ3.css
Nested lists covering:
- JS, Python, Java
- Frameworks (e.g., React, Django)
- Databases (MySQL, MongoDB)
Simple anchor-tag behavior using:
<a href="https://google.com" target="_blank">Open Google</a>Two grouped radio buttons:
- Salaried
- Own Business
Recreates a complex form layout with custom styling in styleQ7.css.
Uses table tags <table>, <tr>, <td>, <th> to recreate a given design.
Demonstrates placeholder/default values for all HTML input types.
Uses <mark> to highlight:
HTML & CSS is awesome
Includes:
- text, password, radio, checkbox
- color, date, time, file
- range, number, search
- textarea, dropdowns
| Q1 | Q2 |
|---|---|
![]() |
![]() |
| Q3 | Q4 | Q5a | Q5b |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| Q6 |
|---|
![]() |
| Q7 | Q8 | Q9 | Q10 |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| Q11a | Q11b |
|---|---|
![]() |
![]() |
git clone https://github.com/TheComputationalCore/html-css-mini-tasks.gitSimply open any QuestionX.html file in a browser.
Ensure the CSS files styleQ3.css and styleQ7.css are in the same folder.
- HTML5
- CSS3
- Semantic Elements
- Form Validation
- Table & List Structures
html β’ css β’ forms β’ tables β’ lists β’ semantics β’ web-basics
This project is licensed under the MIT License.












