Multiple choice technology web technology What is used to create table of contents of a large document in html? Hyperlinks Named anchors Reference entities 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.