Computer Science, asked by pari9054, 7 hours ago

height” and “width” are optional attributes of ___________ tag.


 \\
Answer the above ⬆️ Question.

➭ No spam ❌
➭ No wrong Answer ❌

----------------------------------------------------------

If uh don't know Just stay away from my question.

Answers

Answered by presentmoment
1

The answer is <img> tag.

Explanation: The width tag is used for specifying the width of an image. The height tag specifies the height of the image. Both these attributes are optional for the <img> tag in HTML, because this information is given in the pixels by default. Alt attribute in the <img> tag is also another optional attribute.

Answered by shilpa85475
0

Image attribute

Image attribute tag in HTML language where it has to specify the width and height of the image.

Explanation:

The image  tag is used to load an image in an HTML page it can be written as <img>.

Images are not externally inserted into a web page but are linked to web pages.

The <img> tag creates a holding space along with the height and width of the referenced image

It has two required attributes:  

1. src - Specifies the path to the image that can loaded from the user's computer system.

alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed, mostly it has the name of the image, in some web browser issues the image won't be displayed.

Similar questions