Course Overview
At this point, we have designed a few different types of web pages. The pages we have created have been foundational. The goals were to understand foundational html nomanclature and learning how to link html and css pages together. In order to have an html run at optimal levels we need to add formatting details at the beginning of the document, and we should also begin to incorporate the standards of Html5.
- Review Html5 Structural Syntax
- Add formatting Details at the start of the html document
- Link a CSS page to the the Html5 document.