Computer Science, asked by tanishkaroy9931, 5 months ago

19. Write HTML code for text formatting.
(Hint:
<FONT>,<B>,<I>,<U><SUP>,<SUB>,<PRE>,<P>
etc. Tags)
use​

Answers

Answered by gupukaur1503
3

Explanation:

The HTML <pre> element represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional ("monospace") font. Whitespace inside this element is displayed as written

Answered by MOHITSINGHB
0

Explanation:

The <sup> tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used for footnotes, like WWW[1].

Similar questions