To create a jump link, the href attribute is set to the _____ of the target element.
- class
- id
- name
- title
To create a jump link, which allows for navigation to a specific part of a webpage, the href attribute in an anchor () tag is set to the id of the target element. This is usually done using a hash (#) followed by the id value. For example, Go to Section 1, which would lead to an element with id="section1".
Loading...
Related Quiz
- What is the primary purpose of the "label" element in HTML forms?
- To ensure that table headers are associated with their corresponding cells for screen readers, use the ______ attribute.
- What are the SEO implications of using internal document links?
-
What is the relation between
and elements? - Which HTML element is used to create a hyperlink that opens an email client?