<!DOCTYPE html>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>float</
title
>
<
link
rel
=
"stylesheet"
href
=
"layout.css"
>
</
head
>
<
body
>
<
header
id
=
"header"
>HEADER</
header
>
<
div
id
=
"container"
>
<
div
id
=
"l_content"
>
<
nav
id
=
"sidemenu"
>SIDEMENU</
nav
>
<
section
id
=
"content"
>CONTENT</
section
>
</
div
>
<
aside
id
=
"banner"
>BANNER</
aside
>
</
div
>
<
footer
id
=
"footer"
>FOOTER</
footer
>
</
body
>
</
html
>