Computer Science, asked by priyamshaw555, 6 months ago


3. Name the different attributes of an HTML tag?

Answers

Answered by PrincessTeja
3

Answer:

All HTML elements can have attributes.

The href attribute of <a> specifies the URL of the page the link goes to.

The src attribute of <img> specifies the path to the image to be displayed.

The width and height attributes of <img> provide size information for images.

Answered by mallickmadhumita47
1

Answer:

All HTML elements can have attributes.

The href attribute of <a> specifies the URL of the page the link goes to.

The src attribute of <img> specifies the path to the image to be displayed.

The width and height attributes of <img> provide size information for images.

Similar questions