Computer Science, asked by arunsharma1690, 1 month ago

Write about following tag.

1.<body> tag 2.<p>and<p> 3. <hn></hn> 4.<font></font>

5.<br> 6.<b></b> 7.<i></i> 8.<sub>and</sub>​

Answers

Answered by ItzDinu
1

\Huge\bf\maltese{\underline{\green{Answer°᭄}}}\maltese

\implies\large\bf{\underline{\red{VERIFIED✔}}}

_________________________________

1) <Body> Tag:-

The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, tables, lists, etc.

_________________________________

2) <p> and <p>:-

The <p> tag is a block element used to designate a paragraph.

_________________________________

3) <hn></hn>:-

hn tags refer to the titles on a web page which introduce the different content within theHTML. There are 6 hN tags (the H stands for “Heading”), from H1 to H6. While the main purpose of these tags is to make content clear for readers, it also helps search engines identify the main information on a page.

_________________________________

4) <font></font>:-

The font tag is having three attributes called size, color, and face to customize your fonts. To change any of the font attributes at any time within your webpage, simply use the <font> tag. The text that follows will remain changed until you close with the </font> tag.

_________________________________

5) <br>:-

<br>: The Line Break element. The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.

_________________________________

6) <b></b>:-

The <b> tag in HTML is used to indicate the importance of the text. The text is written within <b> tag display in bold size. You can do that by using CSS also there is a similar tag <strong> tag that has a similar effect on content.

_________________________________

7) <i></i>:-

The <i> tag is often used to indicate a technical term, a phrase from another language, a thought, a ship name, etc. Use the <i> element only when there is not a more appropriate semantic element, such as: <em> (emphasized text)

_________________________________

8) <sub> and </sub>:-

The <sub> tag is used to add a subscript text to the HTML document. The <sub> tag defines the subscript text. Subscript text appears half a character below the normal line and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H2O to be written as H2O.

_________________________________

 \boxed{I \:Hope\: it's \:Helpful}

Similar questions