@vanzasetia
Posted
š Greetings, Isaac!
š Congratulations on finishing this challenge! š Your solution looks good and responsive. Also, in my opinion, you are using the correct semantic HTML which is awesome š.
I have two feedback:
- Every page should only contain one
h1
, so in this case, you make all theh1
ash2
instead.h1
is used as a unique identifier of each page, that's why it is a good thing to have only oneh1
for each page. - It's a good thing that you are using
rem
unit instead ofpx
, but changing thehtml
or root font size can cause huge accessibility implications for those of the users with different font size or zoom requirements. Read what an accessibility expert (Grace Snow) has said about it.
That's it! Keep it up and hopefully, this is helpful!
Marked as helpful
@agausha
Posted
@vanzasetia well noted; thank you very much for your feedback.