0
Which tag is used in html heading
Html heading tag is <h1> to<h6> smaller to highest https://code.sololearn.com/W3WnF9OHfG6K/?ref=app https://www.sololearn.com/discuss/1316935/?ref=app
1 Odpowiedź
+ 6
Depends on...
There are different types of heading...
For example
<h1> Fruits </h1> <br /> (main heading)
<h2> apple </h2> (category of <h1>)
<p> apple is good </p> <br />
<h2> orange </h2> (category of <h1>)
<p> orange is bad (just kidding) </p>
other example take a book
go to a lesson and see there are different types of heading
biggest h1(main headings)
big h2 ( categories of <h1> topic)