3 List the attributes of tag.
Answers
Answered by
0
Answer:
Attributes go inside the opening HTML tag. The attribute name is a predefined name from the HTML specification. There are many: href , title , class , src , etc. The attribute value is that data for the attribute.
Answered by
1
Answer: Attributes define additional characteristics or properties of the element such as width and height of an image. Attributes are always specified in the start tag (or opening tag) and usually consists of name/value pairs like name="value" . Attribute values should always be enclosed in quotation marks .
Explanation:
Similar questions