<a herf="#" ><img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. "></a>
Can you describe the problem that you are having?
when I press on run tests the (Your a element should be a dead link with a href attribute set to #.) still have a red mark on it even if the code is true
You have a typo. You spelled href
wrong.
1 Like
<a herf="#" >
Should be:
<a href="#" >