
What are the various text formatting tag in HTML?

Hi,
TEXT refers to all the words, letters and numbers you want to show on the web page. Text is placed in the BODY area of the page code.
HTML uses tags like <b>,<u> and <i> for formatting output, like bold or italic text. These HTML tags are called formatting tags.
here are 6 sizes to the header tag. 1 being the largest, 6 being the smallest. This example shows the different sizes that can be created :
<h1>header 1</h1> <h2>header 2</h2> <h3>header 3</h3> <h4>header 4</h4> <h5>header 5</h5> <h6>header 6</h6>
Thanks.
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.