I added the link to my html pages, but my css is only showing up on the first page and not on any of the others.
<head>
<title>Angels Drawings</title>
<link rel="stylesheet" href="style.css">
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
</head>
<body>
<h1>Angel</h1>
<ul>
<li>Home</li>
<li><a href="Pages/Page2.html">Page 2</a></li>
<li><a href="Pages/Page3.html">Page 3</a></li>
</ul>
<h2>This is her website</h2>
<p>And this is all the info</p>
</body>