Web Dev II - JavaScript

Exercise: Given HTML4 convert to HTML5 Semantic tags

Be sure to watch the video on HTML5 semantic tags before you proceeed. The link is in moodle.

If did not do the previous lab's HTML Challenge exercise it is a simpler application of symantec tags, you may want to try it first: MDN structuring a page

Don't forget for references use MDN

You have been provided an HTML document written with HTML4 tags/non sematic. Try to update this as much as you can to be HTML5 with semantic tags. You will see it has an acompanying css file.

Instructions: