+ 1
Is it better to style nothing at all in you html code (<b>,<strong>,location) and use css for that.
3 Respuestas
+ 1
Generally speaking, yes. This would be best practice.
This helps reserve the higher specificity levels for overriding any cascading that seems to be misbehaving.
Further reading:
https://css-tricks.com/specifics-on-css-specificity/
0
Html is for the content, css for style. It is better.
0
Yes