Hi all,
Recently joined this forum and let me tell you what a great place for information on Web Development topics. First off I am relatively new to coding in CSS but not HTML. I would like to know if there are certain benefits to using the header, body, and footer id's in div tags rather than using a wrapper within a div and then placing your divs inside of that
For example:
<div id="wrapper">
<div id="header">
<div/>
<div id="body">
As you can see above I placed a wrapper id around all of my other divs for certain formatting. Are t