Edit in JSFiddle

<html>
    <head><title>mark tag in html5</title>
    </head>
    <body>
        <b style="margin-left:240px;"><u>jQuery</u></b>
        <br />
        <br />
        <p>The footer tag is use to define footer section of a html document.
Footers usually contain information such as the author of the document, copyright information, links to terms of use, privacy policy, etc.
            A document/section can have more than one footer element.</p><br />
        <p>
The footer tag is supported in Internet Explorer 9, Firefox, Opera, Chrome, and Safari. IE8 and earlier versions does not support footer element.</p>
        <footer>© 2013 20Fingers2Brains</footer>
    </body>
</html>
footer
{
    margin-left:200px;
    margin-top:60px;
}