Answer:
sniffer programs
Explanation:
Software applications called <u>sniffer programs</u> provide the means to record information that passes through a computer or router that is handling Internet traffic.
Answer:
increasing its upload speed
it just speeds it up
The left side because the right side of the brain handles stuff more on the line of shapes and objects
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.