scrimba
Frontend Career Path
Working with APIs
Intro to APIs
BoredBot - Improve A11y
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

AboutCommentsNotes
BoredBot - Improve A11y
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1 id="title">🤖 BoredBot 🤖</h1>
<h4 id="activity">Find something to do</h4>
<button id="get-activity"></button>
<script src="index.js"></script>
</body>
</html>
Console
/index.html
-4:11