CSS Block followed by link, Background Image defined in CSS file
<style type="text/css"> body {background-color: blue; } p {color:#ff0000; } </style> <link href="styleImage.css" rel="stylesheet" type="text/css" />
Back to CSS Examples main page