Today topic is introduction to the HTML
HTML (HyperText Markup Language). HTML is a web browser language. HTML is the backbone of every website—it structures content and tells the browser how to display text, images, links, and more. HTML (HyperText Markup Language) is the basic language used to create webpages. Think of it like the skeleton of a website. 1.HTML Basic syntax The syntax is based on tags that define the structure and content of a webpage. Page Title This is a heading This is a paragraph. HTML Tag Syntax Tags are enclosed in angle brackets: . Most tags have an opening tag and a closing tag . Some tags are self-closing: , , . Common Tags Headings: to Paragraph: Link: Image: List: , , Table: , , , Form: , , ,

HTML (HyperText Markup Language).
HTML is a web browser language.
HTML is the backbone of every website—it structures content and tells the browser how to display text, images, links, and more.
HTML (HyperText Markup Language) is the basic language used to create webpages. Think of it like the skeleton of a website.
1.HTML Basic syntax
The syntax is based on tags that define the structure and content of a webpage.
Page Title
This is a heading
This is a paragraph.
- HTML Tag Syntax
Tags are enclosed in angle brackets: .
Most tags have an opening tag and a closing tag .
Some tags are self-closing: ,
,
.
- Common Tags
Headings:
to
Paragraph:
Paragraph: