scrimba
HTML & CSS
Build a Digital Business Card
More on Relative Paths
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

More on Relative Paths
AboutCommentsNotes
More on Relative Paths
Expand for more info
index.html
run
preview
console
<html>
<head>
<title></title>
<!-- <link rel="stylesheet" href="???"> -->
</head>
<body>
<h1>Relative Image Paths</h1>
<img src="cat.jpg" alt="sleeping cat"/>
<div class="image-div" aria-label="alert dog image"></div>

<!-- <script src="???"></script> -->
</body>
</html>
Console
!
Error: Unknown error
,
/index.html
-6:57