Computer Studies
Answer
We can resize a picture by using the attributes Height and Width with <img> tag. Height specifies the height of the picture and width specifies the width of the picture.
Syntax:
<img src = "URL/Path" Height = "height in pixels" Width = "width in pixels">
Example:
<img src = "d:/images/computer.jpg" Height = "400" Width = "300">