STUCK HELP! Retina Image for Higher Resolution

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:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

Please use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks are not single quotes.

markdown_Forums