I have read that <h2> tags are important for seo and SEO expert prefer <strong> tags over <b> tags. But what if i want to use both (h2 and strong) together ?
So suppose if i want to use tags with tags,
Ex. 1
<h2><strong> my title text </strong></h2>
Ex.2
<strong> <h2> my title text</h2> </strong>
Which one is better in terms of seo or both are same?
UPDATE: <h2> tag inside <strong > does not produce the Strong effect. So i will have to use the Ex.2 to make the words STRONG else it will be just a h2 tagged text.