CSS test style external 02

04:53 0 Comments A+ a-

<html>
<head>
<link rel="stylesheet" type="text/css" href="style_02.css" />
</head>

<body>

<h1>This is a header 1</h1>
<hr />

<p>You can see that the style sheet formats the text</p>

<p><a href="http://www.google.com" target="_blank">This is a link</a></p>

</body>
</html>

Result