Please take a look at my second attempt at the Tribute Page

Please check out my second attempt at the tribute page. Any comments/criticisms and especially help , welcomed.

Welcome back @Stephens1313. Your page looks good. 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.
  • Do not use inline styling. Make all of your styling external. (It’s a lot easier from a maintenance standpoint.)
    • Plus, you have one style for p text in HTML and another in CSS. Which one is winning?
  • Review the lesson about giving meaningful text to links.
1 Like

I will definitely check that out and address those problems , thank you.

1 Like