Lab 01 - Basics of HTML
Goals of the exercise
- Learn the basic structure of HTML
- Understand correct usage of semantic HTML
- Learn about <head> metadata
- Learn to correctly structure folders, files and links.
Go to the solution
Description
The goal of this lab is to build a functional, HTML-only, 2 page website from 2 reference pictures. The homepage should contain some theory on HTML, along with useful links. The projects page should list some of the labs we're doing, and contain an image for each lab. Everything should be correct semantic HTML and validated with the W3C-validator and aXe DevTools.
Related links
Some of the websites I've consulted while developing:
Reflection
-
Woaw!
Programming HTML itself went good since I already knew HTML.
-
Aauuw!
I lost a lot of time reading and re-reading the assignment, since it was a lot of info. Retrospectively, this could have gone a lot quicker, but I expect it to go faster in the future as I get more acquainted with the entire process.
-
Not sure?
Everything is clear now!