Which attribute of the image tag should be used 1)Specify the thickness of the border around the image. 2)Specify alternate text if the image cannot be displayed.
Answers
Answered by
1
1.The <img> tag should also contain the width and height attributes, which specifies the width and height of the image (in pixels)
2.The required alt attribute for the <img> tag specifies an alternate text for an image, if the image for some reason cannot be displayed. This can be due to slow connection, or an error in the src attribute, or if the user uses a screen reader.
Example
<img src="img_girl.jpg" alt="Girl with a jacket">
Answered by
0
Answer:
<img>,2)<img>
Explanation:
MARK ME AS BRAINLIEST
Similar questions
Math,
3 months ago
Computer Science,
3 months ago
Math,
3 months ago
English,
8 months ago
Social Sciences,
11 months ago
Math,
11 months ago