Can I get some feed back on my HTML/CSS code?

https://repl.it/join/ovrbgrbn-hmkim309

I just tried making something with my knowledge. I was able to build the page as I wanted but felt that my code is messy and can be improved. If anyone can read my code and give some advice, I would appreciate that a lot.

thank you.

Welcome to the forums @gksals63. Something to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
  • As a suggestion, do not use fixed dimensions on elements, use max-width/height and relative units like %, em and vw to keep everything responsive.

What is the “11th assignment”? What were the requirements?

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.