CSS Block followed by link, background image defined in style block
<style type="text/css"> body {background-color: blue;background-image:url(/images/cyan.gif) } p {color:#ff0000; } </style> <link href="style.css" rel="stylesheet" type="text/css" />
Back to CSS Examples main page