How can you link to a specific part of another webpage?
By using the target attribute with an element ID
target
By using the href attribute with an element ID preceded by #
href
#
By using JavaScript to scroll to the element
It's not possible to link to a specific part of another page