I'm trying to position an image at a particular position on the sheet. I can get the image on the sheet, but it won't listen to the CSS position or size settings. What am I doing wrong here?  html:  <img src="<a href="https://i.imgur.com/ewnhbrA.png" rel="nofollow">https://i.imgur.com/ewnhbrA.png</a>" class="agility6">  CSS:  .agility6 {   position: absolute;    top: 200px;   left: 20px;    width: 100px;    height: auto;    border: none;  }