You are on page 1of 1

<html>

<head>
<title>2nd</title>
</head>
<style>
body{
background-color:red;
}
h1{
color:black;

}
h2{
color:pink;
margin-left:40px;
}
</style>
<body><h1 id='muni'> Munindra </h1>
<h2 id='nitya'> Nityananda</h2>
<div>java is very good</div>
<a href='nitya1andmuni1.html'>page1</a>

</body>
</html>

You might also like