📦 Media File Download (42.8 KB)
Given the following HTML code, please create the following static tab panels.
<div class='tabs'>
<label for="tab1">Tab 1</label>
<label for="tab2">Tab 2</label>
<label for="tab3">Tab 3</label>
<label for="tab4">Tab 4</label>
<section>
<h2>Content of Tab 1</h2>
<p>Hello World</p>
</section>
</div>