Edit in JSFiddle

<html>
    <head><title>progress tag in html5</title>
    </head>
    <body>
        <section>
            <b>This is header Section</b>
        </section>
        <section class="content">
            <b>This is content Section</b>
        </section>
        <section class="footer">
            <b>This is footer Section</b>
        </section>
    </body>
</html>
.footer
{
    margin-top:100px;
}
.content
{
    margin-top:75px;
}