scrimba
Frontend Career Path
Web dev basics
Build a Space Exploration site
Aside: Replaced elements
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
Aside: Replaced elements
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title>Replaced elements</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<img src="tom.jpg" alt="Promotional image for The Scrimba Podcast featuring Scrimba teacher Tom." />
</body>
</html>
Console
/index.html
-2:08