Size Attributes
HTML images are defined with the <img> tag.The filename of the source (src), and the size of the image (width and height) are all provided as attributes:
Example
<img src="mad2html.jpg" width="104" height="142">
You will learn more about images and the <img> tag later in this tutorial.
No comments:
Post a Comment