Answer:
November 21st of 1969.
Explanation:
In the year, 1969, the American Department of Defense put a military research network, called ARPANET online.
If you have machines doing jobs, fewer staff is needed, therefore the costs are LESS.
Hope I helped!
Answer: True
Explanation: But it depends on two factors that's the problem and the experience of the computer user support
Answer:
Tags can be identified as they are written as <tagname> Something </tagname>
<tagname> this tag is called start tag.
</tagname> this tag is called as end tag.
for ex:<p> This is a paragraph </p>
There are some elements with no end tag.for ex:- <br> tag.
Attributes are used to provide additional information to an HTML element.
Every element can have attributes.
for Ex:- <h1 style="background-color:red";>MY WEBSITE </h1>
So the background of h1 will become red.