html style
<!DOCTYPE html><html><body style="background-color:red;"><h1>This is a heading</h1><p>This is a paragraph.</p>
</body></html>
<!DOCTYPE html><html><body><h1 style="background-color:powderblue;">mahabharat</h1><p style="background-color:tomato;">This is a cow.</p>
</body></html>
<!DOCTYPE html><html><body><h1 style="color:blue;">This is a car</h1><p style="color:red;">This is a bus.</p>
</body></html>
<!DOCTYPE html>
<html>
<body>
<h1 style="font-family:arial;">This is a pen</h1>
<p style="font-family:courier;">This is a pencil.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1 style="text-align:center;"> Heading</h1>
<p style="text-align:center;"> paragraph.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1 style="font-size:300%;"> heading</h1>
<p style="font-size:160%;">paragraph.</p>
</body>
</html>



कोई टिप्पणी नहीं