I’m re-doing the projects of Responsive Web Design because the first time I based myself too much on the examples’ code. This time I’m doing everything from scratch without even looking at the example, just the user stories and the documentation I find googling.
Before submitting my Tribute Page, I would like some feedback so I can improve and make it better, because there is always room for that.
There are HTML syntax/coding errors you should be aware of and address. Using HTML5 so you don’t want any obsolete elements. The second error is because the the test script should be right before the closing body tag.
Since copy/paste from codepen you can ignore the first warning and first two errors.
Thank you! I didn’t know about the W3C validator, pretty useful! I fixed everything besides the warning and errors I can ignore because of working in codepen.