I dont know I'm so sorry I cpuldnt help
It is called the, "Program Proposal".
Answer:
Relational Databases
Explanation:
These are digital databases that are made to recognize relations between previously stored items of info.
Answer:
The "a" tag or <a></a> and its "h<u>r</u>ef" attribute <a href="#"></a>
Explanation:
In html there is only one way to create a link to an external source or a bookmark. The tag is created using the element <a>.
The attribute "href" is then added to describe the link of where it is to point to.
Example:
<a href="google.com">Go to Google</a>
While the text in between the tag describes what the link is about.