Answer:
It is also used by JavaScript to access and manipulate the element with the specific id.
By looking up your research on websites that have (.org) or wikipedia for answers u might have to find information
<span>C. Documents that convey buyers, sellers, and purchases made</span>
Answer:
thanks for the knowledge! :D
use an anchor tag(<a>This is an anchor tag</a>) and use the href attribute and set it's destination to the section element who's id or class is "sisters".
Example:
<a href="#Sisters">Click Here!</a>
then you can add this somewhere on the document.
<section id="Sisters">Hello World!</section>