Any hint in this challenge?

Tell us what’s happening:

I have no idea where i’m going wrong with this code.

Your code so far


<style>
img { height: 100px; width: 100px; }
 
</style>

<img src="https://s3.amazonaws.com/freecodecamp/FCCStickers-CamperBot200x200.jpg" alt="freeCodeCamp sticker that says 'Because CamperBot Cares'">
<style>
img{ height: 100px; width: 100px;
<style/>}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.52.

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

the problem is here i think :upside_down_face:
so it should be :
< style >
img { height: 100px; width: 100px; }
< /style >