Responsive Web Design Certification - Tribute Page

Hello there, so I already finished tribute page project and I would like feedback to help me improve in solving this project. Here’s the link to my project https://codepen.io/mrapratama/pen/QWqaaOO Thank you and bless you all.

Welcome to the forums @mrapratama. Your page looks good. Some things to revisit;

  • Verify your email addr with codepen so we can view your page full view
  • Run your HTML code through the W3C validator.
    There are HTML syntax/coding errors you should be aware of and address.
    Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
    Reference MDN Docs
  • Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
    here” is not accessible

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