⬅ Back

Portfolio in Web Development Module

My 7-day journey of learning web development

Day 1 – Basic HTML Tags

Learned fundamental HTML tags like paragraph, bold, italic, and marquee.

Assignment: Created a simple webpage using basic tags.

Day 2 – Media & Tables

Worked with images, anchor links, video/audio, and tables.

Assignment: Built a webpage with media and table structure.

Day 3 – Forms

Learned form creation with input fields, labels, and buttons.

Assignment: Designed a student registration form.

Day 4 – Layout & CSS

Implemented header, navigation, footer, and CSS selectors.

Assignment: Built structured webpage using CSS styling.

Day 5 – Box Model & Flexbox

Understood spacing, margins, padding, and layout using flexbox.

Assignment: Created responsive layout using flexbox.

Day 6 – JavaScript Basics

Learned variables, functions, and operations in JavaScript.

Assignment: Built small programs using JS logic.

Day 7 – To-Do List Project

Developed a dynamic to-do list using JavaScript.

Assignment: Created an interactive task manager.