<span>D - graphical user interface</span>
the first row in a table is classed as the header row.
and with the last one I'm not sure because as far as I know there's not considered a last row.
The answer for this question is true
Answer:
Internet
Explanation:
just took the test and got A
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>