Viisiter

Tuesday, 11 October 2016

With head

<!DOCTYPE html>
<html>
<head>
    <style>
        h1 {
        color:blue;
        font-family:verdana;
        font-size:300%;

        }
        p  {
        color:red;
        font-family:courier;
        font-size:160%;
        }
    </style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_css_fonts by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:08 GMT -->
</html>

                                   

0 comments:

Post a Comment