HTML and CSS Reference
In-Depth Information
<td>
<div id="profile">
.....
</div>
</td>
</tr>
<tr>
<td>
<div id="footer">
This page is copyright protected.
</div>
</td>
</tr>
</table>
</body>
</html>
Objective summary
HTML5 introduced new semantic elements to more clearly define sections of an HTML
page. These elements include <section> , <article> , <nav> , <header> , <footer> , <aside> ,
<progress> , <mark> , <igure> , and <igcaption>.
Elements within an HTML page can have their layout controlled when they are in-
cluded inside structures such as <div> elements and/or HTML tables.
HTML5 semantic elements provide the mechanisms necessary to structure the page
more easily for accessibility via screen readers.
Search engines take advantage of HTML5 semantics by leveraging the <article>
element to determine the purpose of the page.
 
Search WWH ::




Custom Search