3. Name the different attributes of an HTML tag?
Answers
Answered by
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
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