Hou to simple css easy code

 <!doctype>
<html>
<head>
<<style>
body
{
background-color:blue;
}
h1
{
text-size:20px;
bgcolor:yellow;
}
</style>
<h> This is the first css heading <h1>

</body>
</html>

Comments

Popular posts from this blog

css animation easy code