Files
week1-day2-html/README.md
2026-03-24 15:26:32 +00:00

570 B

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.