My First Webstite (tribute webpage)

Hello camper, I have just created a tribute webpage on “Christ the Redeemer” https://codepen.io/podaralla/full/BaQLBgP
Review the webpage by via the above link.
Thank you

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

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • For instance links to fonts go in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
  • 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” is not accessible

I don’t often comment on someone’s styling because I’m not the best either but some things;

  • why link to a font-family and never use it on your page?
  • long lines of text stretching from one side of the screen to the other are difficult and unpleasant to read. especially on a desktop. Maybe add some padding on either side, maybe not make the font size smaller than the default. investigate the line-height property.
1 Like

Thanks for you review my first tribute web page.

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