tags and attributes used in HTML with descriptions
Answers
Answered by
0
Answer:
HTML Attributes
Attribute Description
href - Specifies the URL (web address) for a link
id- Specifies a unique id for an element
src- Specifies the URL (web address) for an image
style- Specifies an inline CSS style for an element
Explanation:
What are the tags and attributes in HTML?
All HTML attributes
Attribute Belongs to tag Explanation
href a, area, base, link Sets the URL of the page the link goes to
hreflang a, area, link Sets the language of the linked document
http-equiv meta Provides an HTTP header for the information/value of the content attribute
id Global attribute Sets a unique id for an element
Similar questions