Recitation 3
Fix broken CSS
Feedback on HW1
-
Check your html with
w3 validator
-
Some html elements have been deprecated such as
font
,
center
.
-
Make your changes in the files we provide. For example if we have an
exercise1/index.html file you should do exercise 1 in the index.html
file. Don’t create exercise1/problem1.html.
-
How to add files to git (some people could not get images to show up
because they did not add them)
-
Missing alt tags on images
-
No spaces allowed in image paths
-
Head is for metadata and document title (stuff that don’t appear on
the page). Don’t confuse it with Header.
-
Header does not go outside of body
-
URLs should not be host relative.