<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #d0e4fe;
}
h1 {
color: red;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 25px;
}
</style>
</head>
<body>
<h1>Sample Code to use CSS</h1>
<p>You can write your own code.</p>
</body>
</html>
No comments:
Post a Comment