The answer would be the first option, all elements of a computer
Answer:
The answer is False
Explanation:
A comma is also called a statement terminator. A. True B. False
The answer is False
Comma is used to separate individiual values or data types
variables.
A semi-colon (;) at end of a statement is called terminator.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct option to this question is:
.clr{color:blue;}
I write the complete code of HTML using this CSS style to execute this scenario as given below
<html>
<head>
<style>
.clr
{
color:blue;
}
</style>
</head>
<body>
<a href="pg.html" class="clr">click here</a>
<h2 class="clr">Home</h2>
</body>
</html>
The bold text is a complete code of this question. When you will run it it will execute a link and Home text on the page in blue color. So the correct option is .clr{color:blue;}
Formatting can maybe be applied to software works