Can you please review my Tribute Page project?

https://codepen.io/zreticulan/pen/wrmRBR

Thanks!

Great job! Keep it up! you’re doing good.

Just for your reference: https://stackoverflow.com/questions/271743/whats-the-difference-between-b-and-strong-i-and-em

This may help later when you start putting emphasis on building more semantic HTML web pages. Knowing the difference between these tags and their appropriate use will help you in writing better web pages.

For example:

In your tribute page you had:
<i>Nikola Tesla</i>
It could’ve been written as:
<em>Nikola Tesla</em>
Therefore, emphasizing it (especially for blind users), rather than just making appear italicized.

Good Luck! :+1:

1 Like

Your feedback is much appreciated. Thanks! :grinning:

1 Like