scrimba
HTML & CSS
Anchors and Attributes
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Anchors and Attributes
AboutCommentsNotes
Anchors and Attributes
Expand for more info
index.html
run
preview
console
<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>
Console
index.html
-8:39