Files
Harshit-Sachdev/Week-1/Day-2/Readme.md

27 lines
651 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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