How many header tags in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How many header tags in html?

Header tags is used to size of text of normal or large in web browser.

12th Jan 2018, 9:50 AM
J.Naresh Kumar
J.Naresh Kumar - avatar
3 Answers
+ 9
if I understood you correctly, in html there are 6 tags for text formatting. h1 is the largest text. h6 is the smallest one.
12th Jan 2018, 10:56 AM
Vitaliy Angelov (Rostov-on-Don)
Vitaliy Angelov (Rostov-on-Don) - avatar
0
<h1> to <h6> are default styled from largest text to smallest, but you could style them as you want... However, less than use them according to their size, you must try to use them as semantically hierarchycal headers: <h2> is kind of subtitle of <h1>, and so on... Also, it's usually advised to limit the use of <h1> only once per page, as main title of the page content ;)
12th Jan 2018, 2:18 PM
visph
visph - avatar
0
What are the main uses of scanf & printf in c & c++?
6th Feb 2019, 11:14 PM
J.Naresh Kumar
J.Naresh Kumar - avatar