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