Defined normal footer

Case 2 :

Web Developer defines footer in page
This page has <div> footer in html file
Framework gets tizen theme of footer and styling footer


<div data-role="page">
    <div data-role="header" data-position="fixed">
        <h1>back button sample</h1>
    </div>
    <div data-role="content">
    </div>
    <div data-role="footer">
    </div>
</div>