Assignment029G2a

Div Layouts-HTML 5

HTML5 introduces many new elements (tags). These new elements include easier ways to add audio, video, and animation to our web pages.
Some new elements are meant to enhance the meaning of our layout structure. We now have the header, nav, section, article, aside,
and footer elements to play with (among others).In order to use HTML5, you must use a new doctype. Be warned, however. Many users
are still using outdated browsers or worse, they may be using Internet Explorer (IE). With that in mind, we will provide a fix for IE.
  1. HTML Conversion
  2. IE Fix