<html>
<style>
img {
width: 40%;
height: 35%
}
</style>
<body>
<p>The style sheet which is included in the head tag will not be able to override the image size which is set below</p>
<p>This image has the width of 140px and height of 160px which will NOT be reduced by 10% and 05% respectively.</p>
<img src="img/kermit-3657139_1280.jpg"/>
</body>
</html>