<div id="demo">
<!-- Tab 1 -->
<input type="radio" name="demo-tabs" id="tab1" checked>
<label for="tab1">
Label 1
</label>
<section>
Content 1
</section>
<!-- Tab 2 -->
<input type="radio" name="demo-tabs" id="tab2">
<label for="tab2">
Label 2
</label>
<section>
Content 2
</section>
</div>