Tribute page, my first FCC project!

Hello guys, This is my first project from FCC which is titled tribute page. I learned HTML and CSS and these are the results so far.
Tribute page

Hi @amr15952 , your page passes all the tests but there are some things you might want to check.

  1. You might want to break up your body into paragraphs to enhance readability. Currently, you’ve got just two, one covering the entire tribute.

  2. You might also want to check the lesson on accessibility. For more information isn’t particularly descriptive.

  3. An id is meant to be unique, that is you shouldn’t have more than one per page. Use the HTML Analyzer to check for errors within your code.

  4. You passed all the tests! :+1:t6:

1 Like

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