+ 3
Can someone tell me why we small tag when we have H6 tag both work similar
<small></small> VS <h6></h6>
3 Respuestas
+ 3
<small>inline element, normal small text </small>
<h6>header , (it's important in page). block level element, style bold text. Also it helps in SEO(Search Engine Optimization) </h6>
+ 2
It is not recommended to use h tags just to get smaller or bigger text, it is recommended to use css.
If using small tag make sense in your page (if this text is less important, and you need inline element) then use it.
I also suggest you to read some SEO books, there are lot of them, even free, so you can understand how tags effect seo. You don't need to be seo expert, but having some knowledge will be helpful.
+ 2
Thanks this will help me