scrimba
Note at 2:06
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

Note at 2:06
AboutCommentsNotes
Note at 2:06
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<label for="search-field" class="sr-only">Search</label>
<input type="search"
class="search-bar"
id="search-field"
placeholder="Search..."/>
</div>
</body>
</html>
Console
/index.html
LIVE