HTML5 Layout Container
HTML5 Layout Container
<section>
<h2>Home Page</h2>
<article>
<aside>
...
</aside>
...
</article>
</section>
section {
background-color: #FFFFCC;
padding: 5px;
}
We could now add more articles to be
contained within the main <section>.
Output of <section> element
Controlling format using <div>element
• The <br /> and <wbr /> elements are void elements, meaning
that they cannot have any content and provide only a line
break in your HTML document.
• The <br /> element provides an immediate line break, which
continues the document flow on the next line of the browser.
• The <wbr /> element, which is a word break, provides an
indication to the browser that it may insert a line break at this
location. The browser decides whether to insert the break.
Using the <dfn> element to define term