Send image of 20 HTML tags and their uses
Answers
Answered by
0
Answer:
•<img src="pic_trulli.jpg" alt="Italian Trulli">
•<img src="img_girl.jpg" alt="Girl in a jacket">
•<img src="img_chania.jpg" alt="Flowers in Chania">
•<img src="url" alt="alternatetext">
•<img src="img_chania.jpg" alt="Flowers in Chania">
•<img src="img_chania.jpg" alt="Flowers in Chania">
•<img src="wrongname.gif" alt="Flowers in Chania">
•<img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;">
Note: Always specify the width and height of an image. If width and height are not specified, the web page might flicker while the image loads.
Similar questions