Size Attributes
HTML images are defined with the <img> tag.
The filename of the source=src
the size of the image (width and height) are all provided as attributes:
Syntax:
<img src="http://www.planwallpaper.com/static/images/magic-of-blue-universe-
images.jpg" width="320" height="500">
Screenshot:
No comments