If you want to use inline css, you'd use the 'style' attribute (not a tag).
<h2 style="color:red;">My heading</h2>
The fact that your question suggests that there is a tag to accomplish this, is confusing.
Answer:
#include <iostream>
using namespace std;
int main()
{
int exam1 = 70;
int exam2 = 85;
int examAverage;
examAverage = (exam1+exam2)/2;
cout <<"The Average of Exam1 and Exam2 is: "<<examAverage<<endl;
return 0;
}
Explanation:
Using the C++, we declare the three variables all of type
exam1
exam2 and
examAverage
We assign initial values of 70 and 85 to exam1 and exam2 respectively
Answer:
D: HTTP
Explanation:
When we talk about the email address and the different parts, we can mention for example:
Firstly the username, always an email address starts with a username, next we must use the symbol @, for example:
peter @
michael @
we can add numbers or some characters
henry_98 @
The last part is the domain name, this is the email's company.
Answer:
<em>d. dumping.</em>
Explanation:
In international trade, dumping is described loosely as <em>selling products on a foreign market below their manufacturing expenses or selling products on a foreign market below their ' reasonable ' market value</em>.
It is a form of injury pricing, a difference in cost aimed at harming the competition.