Tuesday, August 20, 2013

CSS test style external 02

<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

 

No comments: