Add README.md

This commit is contained in:
2026-03-24 15:26:32 +00:00
commit 0db9dd9545

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
Day 2 - HTML Basics
Introduction
Today I learned the basics of HTML (HyperText Markup Language), which is used to create the structure of web pages.
Concepts Covered
* HTML document structure
* Headings and paragraphs
* Links and images
* Lists
Practical Task
I created a simple personal profile webpage using HTML.
Features of My Page
* Displayed my name and introduction
* Listed my skills
* Added a contact section
* Included a clickable link
Outcome
I understood how to structure a webpage using HTML and how different tags work together to form content.