<html>
<head>
<title>* Selector</title>
<style>
* {
color: green;
text-align: center;
}
</style>
</head>
<body>
<h1>CSS Tutorial</h1>
<h2>*(Universal) Selector</h2>
<div>
<p>Tutorial With Example</p>
<p>Welcome</p>