Tell us what’s happening:
I am getting these error messages:
Your img tag should have a width of 100 pixels.
Your img tag should have a height of 100 pixels.
Your code so far
<style>
img {height: 100px; width:100px;}
</style>
<img src="https://s3.amazonaws.com/freecodecamp/FCCStickers-CamperBot200x200.jpg"
height="100px" width="100px"
alt="freeCodeCamp sticker that says 'Because CamperBot Cares'">
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 12871.102.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.141 Safari/537.36
.
Challenge: Use a Retina Image for Higher Resolution Displays
Link to the challenge: