scrimba
HTML & CSS
Build & Deploy Your First Website
Let's build Google!
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

To see this lesson you need to be logged in. Joining Scrimba is free and gives you access to 20+ courses.Sign up
AboutCommentsNotes
Let's build Google!
Expand for more info
index.html
run
preview
console
<!-- IGNORE THIS LINE 👇 -->
<link rel="stylesheet" href="styles.css">


<!--
Challenge:
Write the four HTML tags you need to create a Google.com clone.
Hint: one image, one input field, and two buttons.
-->

Console
/index.html
-3:50