Anyone a fan of Harry Potter? Then please give a feedback to my Tribute Page to J.K.Rowling

Hi FCC campers,

I recently started working on FCC and found it pretty useful. Actually, till FCC I heavily worked on the back-end development and only resolved small bits on the front-end part. But I feel like it’s time to get my hands dirty for front-end development as well :slightly_smiling_face:

Here is my first tribute page to J.K.Rowling who is my favourite writer <3
Please click

I highly appreciate any feedback.
Regards.

That looks nice, I really enjoyed the Harry Potter series. The one change is a slight syntax issue in your code that being to add the “alt” attribute to your image tags, it’s required for W3C Complaint Code and makes your page friendly to screenreaders. Keep up the good work :slight_smile:

How to use alt tags:
<img src="http://example.com/mycoolimage" alt="my super cool image" />

Actually I used the alt attribute for the fist image but somehow omitted to add to the second one. Good catch! Thank you for your feedback!

Awesome, I’ve noticed a lot of newer developers tend to misuse the img tag by failing to add the alt attribute, good job on doing that for the first image, add to the second image and alls good :slight_smile:

Already added and can’t wait to start to the portfolio project. Thanks for motivation!

1 Like