<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
p.example
{color:khaki ;}
</style>
</head>
<body>
<h3>Helllooooo</h3>
<span style = "color:mistyrose; background-color: coral;"> Text shown in mistyrose and with a coral background</span>
<p class = "example"> This text is in color</p>
</body>
</html>
then add that class in your style tag so that it knows which 3
paragraph or span or whatever tag to act upon
the closing angular bracket u should add class = "your_classname" followed by
closing angular bracket
followed by your class name