Not sure where to start?
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
/review
Karma
scrimba
<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>