Jump to content

TECKSPEED

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by TECKSPEED

  1. Thank you for this, I am aware of the HTML5 upgrade, didnt realize I was doing something so dumb as to not use those tags
  2. 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 there advantages for doing it this way rather than using the header and body id itself as the styling tag? Thanks in advance, TECK
×
×
  • Create New...