0% found this document useful (0 votes)
4 views1 page

Introduction To HTML

HTML (HyperText Markup Language) is the standard markup language used for creating web pages. Key tags include <html> for the root element, <head> for metadata, <body> for content, <h1> to <h6> for headings, <p> for paragraphs, and <a> for anchor links. Understanding these basic tags is essential for web development.

Uploaded by

sahasafi26
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Introduction To HTML

HTML (HyperText Markup Language) is the standard markup language used for creating web pages. Key tags include <html> for the root element, <head> for metadata, <body> for content, <h1> to <h6> for headings, <p> for paragraphs, and <a> for anchor links. Understanding these basic tags is essential for web development.

Uploaded by

sahasafi26
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to HTML

HTML (HyperText Markup Language) is the standard markup language for creating web
pages.

Basic Tags:

- <html>: Root element

- <head>: Contains metadata

- <body>: Content of the webpage

- <h1> to <h6>: Headings

- <p>: Paragraph

- <a href="URL">: Anchor link

You might also like