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 trial

HTML Introducing the Practice

Daniel Bergeron
Daniel Bergeron
655 Points

Practice Semantic HTML workspace missing html and img files

When I launch the Workspace for Practice Semantic HTML, the workspace for it appears, but there is no HTML or images files inside. How can I get that fixed? Thanks!

2 Answers

I wonder if it's possible you deleted the file previously? You could try deleting the workspace, then the next time you open the workspace, you should get a new one.

Here is the index.html:

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Practice Semantic HTML</title>
  </head>
  <body>
    <!--  1. Introductory Content -->
    <p>      
      <h2>Hedgehog Headquarters</h2>
      A web page about hedgehogs, a spiny mammal of the subfamily Erinaceinae, in the eulipotyphlan family Erinaceidae. 
      <span>
        <a href="#">Home</a><br>
        <a href="#">About Hedgehogs</a><br>
        <a href="#">Care and Handling</a><br>
        <a href="#">Hedgehog Diet</a><br>
      </span>      
    </p>

    <!--  2. 'About' Content  -->
    <h1>About the Hedgehog</h1>
    <img src="img/pixie.jpg">

    <p>The hedgehog gets its name from its peculiar foraging habits. They root through hedges and other undergrowth in search of their favorite food: insects, worms, centipedes, snails, mice, frogs, and snakes.</p>
    <h3>They make a pig-like grunt while moving through the hedges -- thus, the name hedgehog.</h3>

    <!-- 3. 'Facts' Content -->
    <div> 
      Top Hedgehog Facts: <br>
      1. Hedgehogs have 36-44 teeth in a long, pointy snout
      <br><br>
      2. The typical pet hedgehog weighs between 6 ounces and 2 pounds and requires approximately the same amount of space as a guinea pig
      <br><br>
      3. Hedgehogs have 4 toes on the rear feet and 5 toes on the front feet in the Atelerix species
      <br><br>
      4. Hedgehogs are very good at detecting motion around them, even when they are rolled into a ball or cannot see
    </div>

    <!-- 4. 'Pets' Content -->
    <p><b>Hedgehog as Pets</b><br>
      Some people consider hedgehogs useful pets because they prey on many common garden pests. While on the hunt, they rely upon their senses of hearing and smell because their eyesight is weak. Hedgehogs may learn certain behaviors through positive reinforcement or conditioning but only at a very basic level.
      <br><br>
      We strongly that hedgehog personality is shaped and molded through owner interaction. Proper handling and consideration of the hedgehog's needs is critical to successful socialization and bonding as well as enjoyable pet ownership for both you and your pet.
    </p>

    <!-- 5. Footer Content -->
    <span>
      <p>This site was built and maintained by hedgehog lovers like you.</p>
      © 2019 Hedgehog Headquarters
    </span>
  </body>
</html>
Daniel Bergeron
Daniel Bergeron
655 Points

Accidentally right clicking each of the files and pressing delete? No. Most the time when I tried launching this particular workspace it would give me errors just trying to load. When it would load there would be no files inside. So I've waited a while and came back to try again. There's no longer any error when I load the workspace, but there's still no files inside. This is likely some sort of issue in the backend. Thank you for the html. Now I can start following along agin.

When I launch it, I see on the left an "index.html" and (within the img directory) a pixie.jpg. If you click on the filename, it gets opened.

Daniel Bergeron
Daniel Bergeron
655 Points

Can you post the html code below for index? There's are no files or folders on the left, but I can create them