scrimba
HTML & CSS
Build & Deploy Your First Website
Add an anchor tag to Google.com
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

Add an anchor tag to Google.com
AboutCommentsNotes
Add an anchor tag to Google.com
Expand for more info
index.html
run
preview
console
<!-- IGNORE THIS LINE 👇 -->
<link rel="stylesheet" href="styles.css">

<img src="google.png">
<input type="text">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>

<!--
Challenge:
Add the anchor tag that points to blog.html.
The link should be wrapped in a <p> tag.
-->


Console
/index.html
-1:35