HTML Semantic Element
Semantic elements = elements with a meaning. What are 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 <article> – Clearly defines its content. Semantic Elements in HTML Many web sites contain HTML code like: <div id=”nav”> <div class=”header”> <div… Read More »