Darqniz
02-23-2011, 11:33 PM
Are you allowed to put a table inside a table?
On W3schools it says that all 6 headers must be used in order.
So would this be allowed?
<div class="nav">
<h1>Navigation</h1>
<h2>Sub Header</h2>
</div>
<div class="main">
<h1>Welcome...</h1>
<h2>Sub Header</h2>
</div>
On W3schools it says that all 6 headers must be used in order.
So would this be allowed?
<div class="nav">
<h1>Navigation</h1>
<h2>Sub Header</h2>
</div>
<div class="main">
<h1>Welcome...</h1>
<h2>Sub Header</h2>
</div>