{{theTime}}

Search This Blog

Total Pageviews

Sample CSS Code

<!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:

Java Sequenced Collection Java Sequenced Collection The Sequenced Collection feature was introduced in Jav...