Computer Science, asked by Zubrian, 5 months ago

10. Which of the following tags is used to link the URL?
c) <Hyperlink>
a) <Link> b) <A>
d) < Style>​

Answers

Answered by leemashah666
2

Answer:

<A>

Explanation:

To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”>

Answered by ikshasharma027
1

(c) will be the answer <hyperlink> .

Similar questions