Web Pages and Structure
Web Pages and Structure
Learning objectives
At the end of this lesson, you should be able to:
<header>
<nav>
</nav>
</header>
<section>
<article>
<aside>
</aside>
</articles>
<article>
</article>
</section>
<footer> </footer>
HTML Structure
HTML, being mark-up language, uses markup
tags .
These are used to mark the beginning and end of
the element.
HTML Structure
<body bgcolor =“#fff000”></body>