Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialFilippa Grenmark
1,309 Pointsplease help
i dont know what to do. i haven't been on treehouse for a while and id like to start again now and i dont know how
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scalable Vector Graphics</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>SVG Example</h1>
<div class="wrapper">
<!-- Add your code below this line -->
</div>
</body>
</html>
1 Answer
Ian Steele
7,253 PointsHello Filippa. I'd like to echo Cheo's recommendation of restarting a track. I too have forgotten some of the things I've learned in tracks and it's incredibly helpful to start from the beginning to get back up to speed. When doing this I usually adjust my video speed to 1.5x so that it goes by a little faster but I can still get the information I need.
With that said, what seems to be the problem you're running into with your code snippet? What are you trying to do?
Cheo R
37,150 PointsCheo R
37,150 PointsIt's ok to restart tracks from the beginning. I do it often in order to reinforced what I've learned and to refresh what I've forgotten.