How do you create a hyperlink that jumps to another section within the same HTML page?
By specifying the full URL and appending the section name
By using the jump attribute
jump
By using the # symbol followed by the id of the destination element
#
By using JavaScript to navigate to the section