16. Riya wants to create a connection between web pages she created. a)
Which tag does she need to be used ? (b) Write the HTML code for that
Answers
Answered by
1
Answer:
<a> Tag
Syntax:
<a href = "url"> Link Text </a>
Explanation:
Here The Url means the address of the page which we want to connect.
Link Text Means that the text which should be displayed on link.
Answered by
0
Answer:
<a> TagSyntax:<a href = "url"> Link Text </a>
Explanation:
Here The Url means the address of the page which we want to connect. Link Text Means that the text should be displayed on the link.
Similar questions