First page Back Continue Last page Image
- <head>
- <title>Linking2 Style Document</title>
- <link rel="stylesheet" href="linking_1.css" type="text/css">
- </head>
- <body link="#ff0000"
- vlink=“red”
- alink=“green”>
- <cite>Linking2 Style Document</cite>
- <br><br><br>
- <h1>We should all get an "A" in this class :)</h1><br><br>
- <a href="Linking_style.html">Linking Style Page 1</a><br><br>
- <a href="Linking3.html">Linking Style Page 3</a>
- </body>
- </html>
- HTML Code for our simple Example