Feedback on tribute page welcome

Hello, thought I’d post my first tribute page. Any feedback is welcomed, thank you.
:slightly_smiling_face:

Hi @Rachel96 !
Welcome to the forum!

I think your page looks good.

You have a few errors in your html and css.

Run your code through the html validator and css codepen analyzer to find and fix those errors.

1 Like

Thank you so much, I’ll do that right away! I appreciate the time you took to look and reply :smiley:

Someone correct me if I’m wrong, but I believe you should use font-weight in your CSS rather than strong in your HTML. See the “Usage notes” section in this article: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong

1 Like

just had a quick look at the article, thank you! Much appreciated :smiley:

1 Like

I also noticed you have multiple heading tags with id #headline. However, id’s are supposed to be unique. If you have more than one instance of an id, it should be a class instead. class='headline' and .headline {...}

1 Like

sorted! thanks again, going to work on the font-weight now :smiley:

1 Like

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