<!DOCTYPE html>
<html lang="en">
<head>
<title>Learn CSS</title>
</head>
<body>
<p>This style will be applied on every paragraph.</p>
<p> a perfect example for universal selector</p>
<p>It will be applied on all of these paragraphs</p>
</body>
</html>