HTML Tags Part 1
1. HTML: - The text between <html> and </html> describe the webpage.
2. Body: - The text between <body> and </body> is the visible page content.
3. Head: - This text between <head> and </ head> is placed at the beginning of the page and describe the general properties of a page.
4. Heading: - HTML has 6 labels of heading numbered from h1 to h6. Alignment is 1 to the left, right and center value depending pone of this value heading according in align.
a. <h1> heading 1 </h1>
b. <h2> heading 2 </h2>
c. <h3> heading 3 </h3>
d. <h4> heading 4 </h4>
e. <h5> heading 5 </h5>
f. <h6> heading 6 </h6>
5. Empty Tag: - This tag required a starting and not ending tag.
a. Link Tag: - This tag <link> use for making of hyperlink
b. Break Tag: - This tag breaks the line <br>
6. Text Formatting Tags: - HTML also define special elements for defining text with a special meaning.
|
|
|
|
|
Tags |
Description |
|
|
<b> |
Define bold text |
|
|
<p> |
Define a paragraph |
|
|
<big> |
Define big text |
|
|
<em> |
Define emphasize text |
|
|
<i> |
Define italic text |
|
|
<small> |
Define small text |
|
|
<strong> |
Define strong text |
|
|
<sub> |
Define subscript text |
|
|
<sup> |
Define superscript text |
|
|
<ins> |
Define inserted text |
|
|
<del> |
Define deleted text |
|
|
|
|
|
Click here to next page of HTML Tag Part 2
If you have any doubts mention in the Comment Box.
Please follow the my Blog, Share and Comment
Comments
Post a Comment