HTML Basics 🔤


HTML : Hyper Text Markup Language

HTML stands for Hyper Text Markup Language. It is the standard language used to create and structure the content of a webpage


2️⃣ Headings 🏷️

headings

Headings are used to define titles or subtitles on a webpage. There are six levels, from h1 (largest) to h6 (smallest).


3️⃣ Paragraphs 📄

paragraphs

Paragraphs are defined with the p tag.

Use br for a line break and hr for a horizontal rule (divider).


4️⃣ Lists 📋

lists

Unordered lists use ul and ordered lists use ol. List items are wrapped in li tags.


5️⃣ Anchor Tag (Links) 🔗

anchor tag

The a tag creates hyperlinks to other web pages or resources.

My Twitter ID

6️⃣ Image Tag 🖼️

image tag

The img tag is used to embed images