Computer Science, asked by arunsharma1690, 2 months 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 kumarijyotisp18
0

Answer:

The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one <body> element in an HTML document.

The HTML <p> element represents a paragraph. ... Paragraphs are block-level elements, and notably will automatically close if another block-level element is parsed before the closing </p> tag

You can use a <basefont> tag to set all of your text to the same size, face, and color. 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.

Similar questions