<html> <head> <title>Welcome to the example of external style sheets</title> <link rel="stylesheet" type="text/css" href="minisite.css"> </head> <body> <div id="banner"> <p>Welcome to the 2nd page to demonstrate of external style sheets.<br> Notice how the style sheet takes effect in all the pages!</p> </div> <div class="demo1"> <p>Hi Ho, Hi Ho, It's off to <b>work</b> we go..</p> </div> <p>Go to the main <a href="http://www.ridgewater.mnscu.edu">Ridgewater</a> web site.<br> Go back to <a href="page1.htm">page one</a>.</p> <h2>Just for good measure, this line is a heading.</h2> </body> </html>