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

HTML

The document outlines the basic structure of an HTML document, including the essential elements such as <html>, <head>, and <body>. It also lists various HTML tags and their purposes, such as <h1> to <h6> for headings, <p> for paragraphs, and <img> for images. Additionally, it mentions color types used in HTML like RGB, HSL, and RGBA.

Uploaded by

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

HTML

The document outlines the basic structure of an HTML document, including the essential elements such as <html>, <head>, and <body>. It also lists various HTML tags and their purposes, such as <h1> to <h6> for headings, <p> for paragraphs, and <img> for images. Additionally, it mentions color types used in HTML like RGB, HSL, and RGBA.

Uploaded by

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

HTML

1. Structure of html :

<html>
<head>
<title> </title>
</head>
<body>
<h1> Hello World </h1>
</body>

2. Tags:

1. H1 to H6
2. P : paragraph tag is used to write a paragraph in html.
3. b : b tag is used to make a text in a bold.
4. i : i tag is used to make a text in italic.
5. mark : mark tag is used to highlight the text.
6. marquee :
7. pre
8. img
9. u
10. br
11. center
12. small
13. strike
14. a
15. blockquote : It is used to make a space and indent in a browser.
16. q : q tag is used to make a both word side make a quotation.
17. cite : It is used for Italic text.
18. abbr : abbr is used to in below text (dotted type).
19. address: address tag is used to define a address.
20. bdo(by direction override) : <bdo> tag ka use text ki direction (दिशा) ko
reverse ya control karne ke liye hota hai.
21. Colors types: RGB , HSL , RGBA

You might also like