What is the logic behind to use Semantic meaningful markup?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-04-14T06:35:57Z
Indexed on
2010/04/14
6:53 UTC
Read the original article
Hit count: 241
Is it only for screen reader software? because browser renders both type of tags semantic and presentational in same manner.
For example:
for browser for us and for css <strong>
and <b>
is same. what is the purpose to semantic tag over presentational tag.
is it for screen readers only or it's for better management of code?
if it's for developer strong
and b
both can produce same result on browser.
© Stack Overflow or respective owner