if an image is to be included in HTML document, it should have dash, dash and dash format.
Answers
Answered by
6
Including an image in HTML:
Explanation:
To include an image in the HTML it should have following format
1. IMG SRC where the link of the actual image is placed
2. Then it should be followed by alt=" " where some message is declared in case of the image is not loaded
3. Then at last the required height and width of the image should be defined.
In HTML following format is written:
<img src="IMG.jpg" alt="awesome photo" width="200"
height="80">
Answered by
4
it should have GIF, JPEG and BMP format
Similar questions