Week 1 Day 2: HTML Introduction

This commit is contained in:
2025-12-17 16:00:05 +05:30
parent 0b17315d53
commit f834744e2a
4 changed files with 123 additions and 0 deletions

27
Week-1/Day-2/Readme.md Normal file
View File

@@ -0,0 +1,27 @@
# Day 2 HTML Basic Tutorial
## 📅 Date
16 December 2025
## 🎯 Objective
To learn HTML basics
## 📘 Topics Covered
- What HTML is and how it works
- Markup structure of an HTML page
- Headings and paragraphs
- Text formatting
- Images and links
- Lists
- Tables
## 🛠️ Files Included
- `html-tutorial-basics.md` Notes file summarizing HTML basics
- `example.html` Practice HTML file demonstrating concepts
- `image.jpg` - Image used in example.html
## 🧠 Learning Outcome
Learned how to create a basic HTML page with different elements like headings, images, links, lists, tables, and form inputs.
## 🚀 Status
Completed