<html>
<head>
<style type = "text/css">
body { background color : red ;}
p { color : white ; margin-left : 100px;}
h1 { font-size : 18 px ; font-color : black; text-align : center;}
</style>
</head>
<body>
<h1>Internal CSS</h1>
<p>This HTML document uses internal CSS. With this style sheet we can
achieve uniformity in our page.</p>
</body>
</html> |