commit 0db9dd9545fef9547a111804ad6bc9ef312eff89 Author: siddhiavhad27 Date: Tue Mar 24 15:26:32 2026 +0000 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e9a101 --- /dev/null +++ b/README.md @@ -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. +