7. Which of the following tag is used for creating Links: ?
Answers
Explanation:
: //:///////:::::::////////
Answer: Anchor tags
Explanation:
To Find : Which of the following tag is used for creating Links ?
Given :Tags used for creating links
Solution :
In HTML (Hyper Text Markup Language), anchor tag <a> ... </a> is used for creating links. Links are used in webpages to interconnect one webpage to another. Generally, webpages which contain similar information or related information are interconnected to each other, so that more similar data could be provided to the user. In anchor tags, 'href' attribute are used to insert the link. The links inserted can be either of relative address or absolute address. Links are usually inserted in the body of the of HTML code.
_______________________________________________________
Related Links :
Explain the use of anchor tag with example.
https://brainly.in/question/7756986
What is the use of Anchor tag? Name any two attributes of Anchor tag.
https://brainly.in/question/23385159
#SPJ3