<html> <head> <title>Anchors and Attributes</title> </head> <body> <h1>Linking between pages</h1> <p>Adding links is very easy to do! We use anchors to link from one page to another, and we tell it what page to link to using attributes.</p>
</body> </html>
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Anchors and Attributes</title>
</head>
<body>
<h1>Linking between pages</h1>
<p>Adding links is very easy to do! We use anchors to link from one page to another, and we
tell it what page to link to using attributes.</p>