5. Define the steps followed while formatting Text in HTML,
Answers
Answer:
In html there are many formatting tags such as Bold, italic, subscripted text , supscripted text ,small text, strong text, big text, inserted text , deleted text and many more.
we should remember that when we start any of these following text we should end the tags.
now i will show an example of all the above formattings.
<p>this is a regular text
<b> bold text </b></p>
<big> big text </big></p>
<i> italic text </i></p>
<small> small text </small></p>
<strong> strong text </strong></p>
<sub> subscripted text </sub></p>
<sup> superscripted text </sup></p>
<ins> inserted text </ins></p>
<del> deleted text </del></p>
the following are the ways to format the text
brainly doesnt support html
the below picture is an output of the following