What is inline images in html? Describe briefly
Answers
Answered by
2
Explanation:
The IMG tag is used to insert images within text. These are often called "inline" images. Note that the IMG tag is not a block tag by itself, so it must be used only within a block element. The location of the image file should be specified in the SRC attribute. It can be a relative or an absolute URL.
Similar questions