Multiple choice technology web technology

What is used to create table of contents of a large document in html?

  1. Hyperlinks

  2. Named anchors

  3. Reference entities

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Named anchors (using <a name="label"> or </a><a href="#label">) are used to create links to specific sections within the same HTML document, making them the primary mechanism for implementing a table of contents.