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.
-
You might want to break up your body into paragraphs to enhance readability. Currently, you’ve got just two, one covering the entire tribute.
-
You might also want to check the lesson on accessibility. For more information isn’t particularly descriptive.
-
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. -
You passed all the tests!
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.