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.
<em>=</em><em> </em><em>Option</em><em> </em><em>b</em><em> </em><em>Minicomputer ..........</em>
It is to avoid plagiarizing someone else's work
Answer:
1- Replace, 2- Upgrade
Explanation:
I just took the test Hopefully this helps you guys! :)
As far as humans are concerned. What's written in the programming language needs to interpreted or compiled into something that the machine can actually deal with.