Are nested div’s OK?
-
Is it allowable to have a div nested within another div?
Eg.
<div id=”sidebar”>
<div id=”author”>
</div>
</div>I’m working through trying to fix W3C validation errors and I don’t understand why it doesn’t like the “author” div.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Are nested div’s OK?’ is closed to new replies.