0
which of the following is a heading tag
<h2> <head> <head1> <table>
11 Réponses
+ 6
<h2>
+ 6
6 levels of headings.
<h1> biggest
<h2>
<h3>
<h4>
<h5>
<h6> smallest
+ 5
<h2> is.
+ 3
BroFarOps©®️™️ 🤔
I think I may have run into a similar question in challenges recently, but it's possible.
My memory can be fuzzy at times. 😅
+ 3
The closest question is how many headings are there Answer: 6
I will review all my challenges again... But HTML is my primary weapon and thousands of matches.
It might be from the quiz factory - just thought about that...
Janning⭐
+ 2
If this was a challenge question, you can scroll down to "View Correct Answers" after the match is over.
+ 2
This appears to be spam as there is no question in challenges remotely like this and it is not something from the tutorials...
Janning⭐ this looks like a spam question not related to anything SL related
+ 1
<h2>
+ 1
<h1> to <h6> are heading tag.
0
https://html.com/tags/heading/
HTML defines six levels of headings. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.
https://www.w3schools.com/html/html_headings.asp