Ahmed Bayoumiโข 6,740
@Bayoumi-dev
Posted
Hey Shehab,
It looks good!... You have accessibility issues
that need to fix.
- Documents must have <title> element to aid in navigation
<head>
//...
<title>3-column preview card component | Frontend Mentor</title>
</head>
- Using more than one
<h1>
is allowed by the HTML specification, but is not considered a best practice. Using only one<h1>
is beneficial for screenreader users.
---> Multiple <h1>
elements on one page
I hope this is helpful to you... Keep coding๐
1
Shehab Sha'lanโข 30
@shehabshalan
Posted
@Bayoumi-dev Thanks. I will update my code.
0