Web 1: build a semantic html5 page

Goal

The student must understand basic html5 elements and what is meant by semantics. The goal is to have an accessible page for spoken browsers and the visually impaired that can be easily styled. The page must validate correctly with the W3’s html validator, https://validator.w3.org.

We will start with a basic structure that will include a: * header * main ** two sections * an aside * footer The content can be Lorem Ipsum, https://lipsum.com/ or whatever you want. You don’t have to style it yet. The CSS references are only if you want.

Tutorials

I am not sure how useful Linda.com is for this.

Basic:

Intermediate:

General References

  1. Tania Rascia has a gem of a site with easy to understand introductory to intermediate tutorials - https://www.taniarascia.com/blog/ - on css, mysql, php, and jquery

  2. https://www.w3schools.com/

  3. 'Mozilla Developer Network,' https://developer.mozilla.org/en-US/.