Computer Science, asked by praptikale, 7 months ago

Which attribute of the image tag should be used for the following? 1)Specify the thickness of the border around the image. 2)Specify alternate text if the image cannot be displayed.​

Answers

Answered by salmanwap
0

Answer:

border="20px'

alt="Alternate Text'

<img src="giraffe.jpg" border="10px" alt="Giraffe eating leaves" />

Similar questions