FCC technical documentation - feedback please

https://codepen.io/klarissawitania/full/rNWmzZx

HI @yennytionardi15 !

I think your page looks good.
You have a couple of errors in your html and css.
Run your code through the html validator and css codepen analyzer.

Hope that helps!

hi @jwilkins.oboe thanks for the feedback!!

Your page looks good @yennytionardi15. Something to revisit;

  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
    • Reference MDN Docs
    • You can nest those code snippets in an HTML element to preserve whitespace and line breaks. I’ll leave it to you to research that.
      Or there’s a property: value; pair you can use in CSS to preserve whitespace and line breaks. Again, I’ll leave it to you to research.

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