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 How to Make a Website Creating HTML Content Organize with Unordered Lists

To complete the follow up questions, I need a reference sheet, otherwise it is very time consuming and that's a problem.

Any Advice. I'm a novice and can easily follow instructions if pointed in the right direction. Is there a print out anywhere of the final workspace screen for each section?

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Nick Pettit</title>
  </head>
  <body>
    <header>
      <a href="index.html">
        <h1>Nick Pettit</h1>
        <h2>Designer</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Portfolio</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <section>
      <ul>
        <li>
          <img src=img/numbers-01.jpg"alt="">
        </li>
      </ul>  
         <ul>
      <li>
        <img src=img/numbers-02.jpg"alt="">
      </li>
    </ul> 
       <ul>
        <li>
          <img src=img/numbers-01.jpg"alt="">
        </li>
      </ul>
    </section>
    <footer>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>

4 Answers

On the left of your screen 4th button down is a link to your workspaces. I think it saves upto 100

I had this site recommended to me by someone that has been in the industry for 20+ years and a professor at my University who has been in it for much longer than that. Due to how it's organized it has been helpful to me and countless others that I know who are established professionals. Its organization makes it extremely quick to find a quick reminder on something that may have slipped my mind.

In my post it didn't say it is the best... simply stated what has helped me.

The article you referred to is simply talking about how bad the code for the site itself is bad and other cosmetic problems for the most part. It doesn't matter how the site was built as long as the content is relevant, valid, and easy to access.

The instructor from the HTML course suggested https://developer.mozilla.org/en-US/docs/Web/Guide/HTML in his video.

Also, you can google HTML cheatsheets and you will find several printable options if you would like to go that route.

I have found http://www.w3schools.com/html to be quite handy when I need to remember the syntax for something. They have all the topics organized nicely so you can find what you need quickly.

Also, You can create a workspace where you can save notes to refer back to. It opens in another window so you can still reference it when you are taking Challenges.

Hope this helps.

Justin Black
Justin Black
24,793 Points

w3schools is NOT a valid resource. Most of the data is blatantly wrong and is definitely not standards in most cases. Professionals in the industry have been saying for the last 10+ years at least that this site needs to just GO. They are not helping the new budding developers, and certainly are not doing anybody any favors by existing.

Many people see 'w3schools' and think they are associated with the W3C. They are not.

source: myself, having been in the industry for 20 years

For more info, you can see this: http://www.impressivewebs.com/w3schools-ugly-bad-good/