
What are the tags in HTML to format text?

There are so many tags available with HTML that supports text formatting in HTML. See below ..
<B> - Bold the text
- New Line
<P ALIGN="LEFT">
You can also use other tags like ..<P><S>This text will be crossed out <P>E = MC<SUP>2 <P>C + O<SUB>2 --> CO<SUB>2 <P><U>This is important!

HTML:
Hi!<br> for new Line
<b> bold Text</b><br>
<p>This is paragraph </p> paragraph<br>
<P><S>This text will be crossed out</S>
<P>E = MC<SUP>2</SUP>
<P>C + O<SUB>2</SUB> --> CO<SUB>2</SUB>
<P><U>This is important!</U>
output:
Hi!<br> for new Line
<b> bold Text</b><br>
<p>This is paragraph </p> paragraph<br>
<P><S>This text will be crossed out</S>
<P>E = MC<SUP>2</SUP>
<P>C + O<SUB>2</SUB> --> CO<SUB>2</SUB>
<P><U>This is important!</U>

Hi!
for new Line
bold Text
This is paragraph
paragraph
Hi, for predifined text u can use
I N D I A
to hide or show a particular thing
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.