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
Here is my first tribute page to J.K.Rowling who is my favourite writer <3 Please click
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
How to use alt tags: <img src="http://example.com/mycoolimage" alt="my super cool image" />
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