Edit in JSFiddle

<html>
<head><title>Element Selector</title></head>

<body>


<p> CSS is very powerful and effective.</p>

</body>

</html>
p
{
   color:red;
}