CSS Tests
From Something 6 Wiki
Revision as of 01:25, 3 July 2006 by Neo jimmy6 (Talk | contribs)
<html> <head>
<style type="text/css"> body {background-color: yellow} h1 {background-color: #00ff00} h2 {background-color: transparent} p {background-color: rgb(250,0,255)} </style>
</head>
<body>
This is header 1
This is header 2
This is a paragraph
</body> </html>