<!DOCTYPE html> <html> <body> <h2>Width and Height Attributes</h2> <p>The width and height attributes of the img tag, defines the width and height of the image:</p> <img src="https://itupto.com/avatar.png" width="200" height="200"> </body> </html>