Computer Science, asked by foolbird8771, 1 month ago

a book is implemented as a web page which has many topics in it.To make navigation to each topic easy,hyperlinks needs to be provided in the page.Which of the following option will do that?

Answers

Answered by indraninaza
18

Answer:

<a href="topic1.html">Topic 1</a><br>

<a href="topic2.html">Topic 2</a><br>

Explanation:

to store a index of the book or content of the book we have to link the content webpage to the book that is done by <a> tag and href

Answered by alafiyasurkasl
0

Answer:

<a href="topic1.html">Topic 1</a><br>
<a href="topic2.html">Topic 2</a><br>

Explanation:

A hyperlink, or simply a link, in computing is a connection to data that the viewer can follow by clicking or touching.

  • A hyperlink refers to the entire page or a specific element within it. Hypertext is a type of text that contains hyperlinks.
  • <header> The logo, tagline, search prompt, and maybe a navigational menu are all contained in the header element, which shows at the top of every page of your website.
  • The tag < ol > in HTML is used to generate an ordered list. It will show a list of objects in a specific order.

#SPJ3

Similar questions