scrimba
Frontend Career Path
Web dev basics
Build a digital Business Card
Fix the image path
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
Fix the image path
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div>
<!--
Challenge:
The image isn't rendering. Can you find out why?

Hint: try to google "html file paths"
-->
<img src="per.png">
<h3>Per Harald Borgen</h3>
<p>Frontend Developer</p>
<h4>Oslo, Norway</h4>
</div>
</body>
</html>
Console
!
Error: Unknown error
,
/index.html
-2:53