Feedback on the first project Tribute Page

Hello there, could you please give me some feedback on the first project?
https://codepen.io/nzbeiar/full/WNoaNwv

1 Like

HI @nzbeiar !

I think your page looks good.

A couple of things.

It looks like you forgot some text in here for the link.

 <a id = "tribute-link" href = "https://starwars.fandom.com/wiki/Obi-Wan_Kenobi" target = "_blank"> </a>

Img tags need alt attributes.

You don’t have to include the head tags in codepen.
If you have to include links from the head you can place that in the head section of the codepen html settings.

Hope that helps!

Yes @jwilkins.oboe is right use the alt attribute to make it responsive

The alt attribute specifies an alternate text for an area, if the image cannot be displayed. The alt attribute provides information for an image if a user for some reason cannot view it (because of slow connection, or if the user is using a screen reader). For more information visit HTML img alt Attribute from w3 schools

Nice tribute page. You may want to run your code through the W3C validator. Some minor errors exist in your html.

Happy coding!

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