Viisiter

Tuesday, 11 October 2016

headline with background

<html>

<title>Page Title</title>

<style>
    body {background-color:yellow;}
    p {color:blue;}
</style>

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

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

                                   

0 comments:

Post a Comment