0
Can I use <strong> tag inside of <h2>
Coding
3 Answers
+ 2
Yes you can but it wouldn't have any effect. Because with h2 the font-weight is already bold.
+ 1
Yacquub
h2 already presents a bold typeface and emphasises it's relative importance, but is used as a heading to the following content.
strong will make bold the associated text and emphasise the importance of that text.
You could combine them, but I doubt it would have a measurable affect.
+ 1
<h1> to <h6> are all <strong> so no need to do something like what you want to do