I was trying to learn HTML, until my image did not respond with my CSS:
img#imagens1{
height: 19.92;
width: 19.92;
}
The image was responding up to five minutes ago:
<img src="IconTwiter.png"id="imagens1">
Does anyone know how to solve this?