7 <div data-role="page" data-add-Back-Btn="true">
8 <div data-role="header" data-position="fixed">
9 <h1>Back button demo</h1>
10 <span class="ui-title-text-sub">Normal footer with back button</span>
13 <div data-role="content">
15 Web Developer declare back btn option and make footer <br>
16 back button displayed right bottom side of footer</p><br>
18 <p style="width:100%; padding:1em; background-color:whitesmoke; color:black; border-width:3px; border-style:inset">
19 <div data-role="page" data-add-Back-Btn="true"> <br>
20     <div data-role="header" data-position="fixed"> <br>
21         <h1>back button sample</h1> <br>
22     </div> <br>
23     <div data-role="content"> <br>
24     </div> <br>
25     <div data-role="footer" data-position="fixed"> <br>
26     </div> <br>
30 <div data-role="footer" data-position="fixed">