Just finished my first project! Would love any feedback or advice
Hey Heather,
nice to meet you!
Great first project so far!
My ideas:
- when you use codepen, you only have to add the code that belongs into the
body
; so you can remove your starting</div><html><body>
and the trailing</body></html>
- after you removed this unnecessary stuff, you can get a code validation here by pasting your HTML code into the
body
(without thescript
); you will see some errors, but most of them do only exist because you missed some small stuff like a>
or the like; but I think you are able to fix them! - after you fixed the errors, you can increase the readability of your code by 1. clicking on the small arrow on the right side of the code box and 2. clicking
Format HTML/CSS
Keep us posted and keep up the good work!
1 Like
Thank you so much! Appreciate the feedback
1 Like