Skip to content

page1.html

<html>

<head>

/ *  the line of code underneath travels to the css document to read and understand what to choose as formatting */

<link rel=”stylesheet” type=”text/css” href=”ex2.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.w3schools.com” target=”_blank”>This is a link</a></p>

</body>

</html>