From 0db9dd9545fef9547a111804ad6bc9ef312eff89 Mon Sep 17 00:00:00 2001 From: siddhiavhad27 Date: Tue, 24 Mar 2026 15:26:32 +0000 Subject: [PATCH] Add README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 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. +