Image Size Preview HTML Code

How To Resize An Image In HTML?

One of the simplest ways to resize an image in the HTML is using the height and width attributes on the img tag.
<a href="https://2kadam.in"><img src="https://2kadam.com/img/2kadam.png" width="200" height="50" class="mb-2 text-inverse" alt="Image" /></a>
Advertisement
Ad