Skip to content

dayanidigv/THB-TD-B1-html-css-advanced-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

49 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

THB-TD-B1 HTML & CSS Advanced Assignment

Repo Description:
Hands-on practice for Advanced HTML & CSS. Each student works in their own branch and folder, completes every example, commits learnings, and submits via PR for review.


Steps to Complete Assignment

  1. Get the PDF

    • Use the provided advanced-html-css-practice.pdf for all examples.
  2. Clone the Repo

git clone https://github.com/dayanidigv/THB-TD-B1-html-css-advanced-assignment.git
cd THB-TD-B1-html-css-advanced-assignment
  1. Create Your Branch

    • Use your student ID as the branch name:
git checkout -b <your-student-id>
  1. Create Your Personal Folder

    • Inside assignments/, create a folder for yourself:
mkdir assignments/<your-name-or-id>
  1. Work on Examples

    • Each example should have its own folder inside your personal folder:
assignments/<your-name-or-id>/
β”œβ”€β”€ 01-example-name/
β”‚   β”œβ”€β”€ index.html
β”‚   └── screenshot.png
β”œβ”€β”€ 02-example-name/
β”‚   β”œβ”€β”€ form.html
β”‚   └── screenshot.png
└── ...
  • Inside each example folder:

    • Add HTML/CSS files.
    • Modify and experiment with code.
    • Take a screenshot of the result.
  1. Commit Each Example

    • After completing an example, commit with a descriptive message about what you learned:
git add .
git commit -m "Example 01: Practiced semantic HTML - headers, main, footer"
git push origin <your-student-id>
  1. Repeat for All Examples

    • Continue the same process for every example.
  2. Submit for Review

    • Once all examples are complete:

      • Go to your GitHub profile.
      • Create a Pull Request from your branch to main.
      • Wait for it to be reviewed and merged.

Notes

  • Always work on your branch; do not push directly to main.
  • Keep folders and filenames clean and consistent.
  • Experiment with the code β€” screenshots must reflect your changes.
  • Commit after each example with clear learning points.

Happy Coding! πŸš€

About

Hands-on practice for Advanced HTML & CSS, includes structured examples, exercises, and assignments. Each student should work on a separate branch, commit their learnings example by example, and push changes for review.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages