Tribute page any feedback

Any comment
Hello everyone! here is my tribute page: https://codepen.io/guchime06/pen/wvragZY

Your page looks good @kira2. 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.
      Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
      (The one for HTML misses things which is why I recommend W3C)
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • 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.
    • wikipedia” is not accessible

When asking for feedback on your projects it’s best to open your topic in the #project-feedback subforum.
I’ve taken the liberty of moving this for you.

Thanks @Roma for your feedback, I will double check it.

Absolutely nice but the sky is not the limit. Learn more and revisit the codes. And learn how to code without using <br>. CSS does the job better. :wink: And

<figure>
<img />
<figcaption> xyz</figcaption>
</figure>

… does it better. Thanks

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