An internal document link targets an element with a specific _____ to navigate within the same page.
- alt
- class
- id
- src
An internal document link, also known as an anchor link, allows users to jump to a specific section within the same web page. To target a specific section, the link uses the id attribute of the destination element. For instance, Go to Section 1 would navigate to an element with the id of "section1" on the same page.
Loading...
Related Quiz
- How can the nth-child pseudo-class selector be used to style table rows?
- The ______ attribute is used to specify whether an input element should have autocomplete enabled or not.
- Which tag is used to group the header content in a table?
- Can an HTML document validate without a DOCTYPE declaration?
- To ensure that table headers are associated with their corresponding cells for screen readers, use the ______ attribute.