what are two parts of attributes and what is the title attributes
Answers
Answered by
4
Explanation:
All HTML elements can have attributes.
The title attribute provides additional "tool-tip" information.
The href attribute provides address information for links.
The width and height attributes provide size information for images.
The alt attribute provides text for screen readers.
Similar questions