Which one of the following is not an attribute of tag:
i) NAME
ii) HREF
iii) Source
iv) Both (i) & (ii)
Answers
➡️Here is your answer ⬅️
___________________________________________
Source is not a attribute of tag.
So, Option (C) is correct answer.
✨ NAME and HREF both are the attributes of Anchor tag.✨
< A HREF ="_______"
NAME ="_______">
</A>
♠️Hope it helps you ♠️
⭐ Thank you⭐
Answer:
The correct answer to the given question is:
iii) Source
Explanation:
i)NAME:
The name attribute specifies the name of the HTML element. This name attribute can be used to reference an element in JavaScript. When data is submitted for the "form" element, the name attribute is used as a reference. The name attribute can be utilized to target a form submission for an <iframe> element.
ii) HREF
A link's destination page's URL is specified by the href attribute (Hypertext REFerence) the HTML code that links to a different page. The anchor tag, which is also used to denote document parts, has an attribute called HREF. The URL, which is the actual link, and the "anchor text," which is the clickable text that shows on the page, are both parts of the HREF.
#SPJ2