<html>

<head>

<style>

body {

    background-color: #d0e4fe;

}


h1 {

    color: orange;

    text-align: center;

}


p {

    font-family: "Times New Roman";

    font-size: 20px;

}

</style>

</head>

<body>


<h1>CSS</h1>

<p>CSS stands for Cascading Style Sheets.  It contains hundreds of examples of different types.  This one I'm using is a very basic CSS.  It is handy if you want to set the styles and colors of your page(s) at the same time to set it at once.</p>

</body>

</html>

 

Copyright © Alan Masterton