Computer Science, asked by sripriyan008, 5 months ago

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 NityamBhikadiya
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 navyap1101
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