How to resize an image with HTML
Designing a website or working on websites with online images has to resize their images to suit the space allocated or available for logos, drawings and various screenshots. The below steps are for users who wish to keep an image the original size but just re-size the image in HTML code by specifying the image width and height in your IMG SRC HTML tag as shown in the below example<img src="http://nscraps.com/images/logo.png" width="100" height="50">