Monday - HTML Review
Now that we are 25% of the way through the course, it is time to pause and reflect on the basics. If you have been able to complete the weekly coding challenges by mid-week each week, then you can skip this review. But if you find that you are still working on the coding challenges on Fridays and beyond, this review is for YOU.
You should be able to do the following:
- establish HTML5 as the coding language;
- nest all your code in ‹html›‹/html› tags;
- separate ‹head› and ‹body&rasquo; elements;
- appropriately use the 5 most common semantic elements:
- header
- nav
- main
- aside
- footer
- make effective use of heading and paragraph tags;
- link stylesheets (including fonts) to your HTML documents;
- create hyperlinks with both relative and absolute paths;
- and create ordered and unordered lists.
