Semantic Elements:
A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: <div> and <span> – Tells nothing about its content. Examples of semantic elements: <form>, <table> and <img> – Clearly defines its content.
Following semantic elements are newly added in HTML5, Every HTML5 supported browser can accept those tags even smart phone browser also support them.
Continue reading