29 lines
570 B
Markdown
29 lines
570 B
Markdown
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.
|
|
|