Just finished my first project from FCC. I would like to ask for feedback especially about observing the best practices. Thank you!
here’s the link: Vico Sotto
I didn’t use codepen because I’m really taking theodinproject.com’s Foundations course and FCC is part of the curriculum.
Roma
2
Welcome to the forums @boschjmd. Your page looks good. Some things to revisit;
- Run your HTML code through the W3C validator.
- There are HTML syntax/coding errors you should be aware of and address.
- The FCC’s test script should be right before the closing
body
tag.
Thank you! I just did what you suggested it’s the first line of the HTML file 
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.