<!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>
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Attributes |
Uploaded by: | Admin |