A. Fill in the blanks with the help of words given in the box:
1. For aligning an image left or right________of HTML is used.
2. The _______promotes images with various graphic formats such as gif, png, jpeg etc.
3. _______images are used when a single document has a unique style.
4.________tag is an empty tag which means it does not require a closing tag.
5.________refers to another website.
Answers
Answer:
HTML
Explanation:
The IMG (Image) Element
Permitted Context: %text
Content Model: Empty!
The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document. This element is NOT intended for embedding other HTML text. For large figures with captions and text flow see FIG element.
Example:
<IMG SRC="tajmahal.gif" ALT="The Taj Mahal">
Browsers that cannot display in-line images ignore the IMG element unless it contains the ALT attribute. Note that some browsers can display (or print) linked graphics but not in-line graphics. If the graphic is essential, you may want to create a link to it rather than to put it in-line. If the graphic is essentially decorative, then IMG is appropriate.
HOPE IT HELPS YOU MATE
Explanation:
first question answers is <img >