<div class="container">
<div id="sidebar">
This is the siderbar of the page
<br><br>
Select Gender
<select name="gender">
<option value="">Select</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select>
<hr>
<label for="amount">Age range:</label>
<input type="text" id="amount" readonly style="border:0; color:#f6931f; font-weight:bold;">
<div id="slider-range"></div>
</div>
<div id="header">
<h1>This is the header of the page</h1>
</div>
<div id="content">
This is content page..
</div>
<div id="footer">This is the footer of the page..</div>
</div>