Tribute Page-Abdul Sattar Edhi

Hi, I have just finished making the Tribute page .Can anyone give some feedback on my Tribute Project? :slightly_smiling_face:
My Tribute Page:Abdul Sattar Edhi.

1 Like

Your page looks good @emanzulfiqar . Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML 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.
  • Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links. For a more thorough explanation read Web Accessibility in Mind.
    • wikipedia entry” is not accessible
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br

Thank you very much @Roma :slightly_smiling_face: .I have checked my code on W3C validator.I have also tried to correct those mistakes which are pointed by W3C validator. I’m struggling a little bit with Responsive Web Design.It’s a little tricky for me :confused:. It is my first ever project.

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