A developer did not like the default <h1></h1>
look and decided to use their own styling shown below:
.heading1 {
font-size: 175%;
font-weight: bold;
margin: 0;
}
They also used an image as a heading incorrectly.
However, these choices make the website difficult to navigate with assistive technologies.
A developer did not like the default <h1></h1>
look and decided to use their own styling shown below:
.heading1 {
font-size: 175%;
font-weight: bold;
margin: 0;
}
They also used an image as a heading incorrectly.
However, these choices make the website difficult to navigate with assistive technologies.