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;}
Answer:
if means that like (if this happen it will come or not come answer)
Explanation:
sorry I don't know how to tell but plz reply if you understand or not.
Answer
1. Assemble his team
2. Find reason for breach
3. Evaluate what was lost
4. Ensure password change
Explanation:
In case of a suspected breach, the Chief information security officer should first of all assemble his incidence response team. This team should have representatives from all areas of the organization.
Then the reason for the breach and how access was gained has to be found out. An evaluation of what has been lost in the breach would be carried out and it's likely impact on the company.
In case credentials were stolen the CISO has to ensure that the employees change passwords. Also he has to notify all the necessary parties about the breach.
The CISO has to ensure that all employees are trained properly on security and they comply to security policies.
Answer:
Java in JavaScript does not correspond to any relationship with Java programming language.
Explanation:
The prefix Java in Javascript is there for historical reasons.
The original internal name of Javascript when it was created by Brendan Eich at Netscape was Mocha. This was released to public as Livescript in 1995. The name Livescript was eventually changed to Javascript in Netscape Navigator 2.0 beta 3 release in December 1995 after Netscape entered into an agreement with Sun Microsystem. The primary purpose of change of name seemed to be as a marketing aid to benefit from the growing popularity of Java programming language at that time.