scrimba
Frontend Career Path
React basics
AirBnb clone
Props Part 2: Reusable Components
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

Props Part 2: Reusable Components
AboutCommentsNotes
Props Part 2: Reusable Components
Expand for more info
index.html
run
preview
console
<html>
<head></head>
<body>
<a href="https://google.com">This is a link</a>
<img src="" />
<input placeholder="First Name" type="radio" />
</body>
</html>
Console
!
Error: Unknown error
,
/index.html
-1:56