<!DOCTYPE html>
<html>
<head>
<title>HTML Example</title>
<style>
h1{color:red;}
p{color:blue;}
</style>
</head>
<body>
<p>My mother has <span style="color:blue;font-weight:bold">blue</span> eyes.</p>
<h1>App Genesis soft solutions pvt ltd</h1>
</body>
</html>
My mother has blue eyes.