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 Introduction to HTML and CSS (2016) Getting Familiar with HTML and CSS Test: Changing the Look of a Web Page

Salim Al-Harrasi
PLUS
Salim Al-Harrasi
Courses Plus Student 6,572 Points

Got stucked !!!

This is my day one in Treehouse!

I joined web desing track and after watching the first video (introductory), I was asked to solve a quiz and some tasks! no classes done yet. I'm strating from scratch.

can somebody help me to skip this to go back to next video?

thank you; Salim

index.html
<!doctype html>
<html>
  <head>
    <link href="styles.css" rel="stylesheet">
  </head>
  <body>

    <h1 color=purple>Welcome to My Web Page!</h1>

  </body>
</html>
styles.css

4 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Hi Salim,

Can I, first of all, say Welcome to Treehouse. You've (in my opinion) joined the greatest online technology school there is!

May I suggest you watch the videos prior to this before attempting the challenge again. think you'll find you want to apply the CSS you've tried to apply as an attribute to the given style.css file, so you'll need to write the CSS that changes the appearance of the text as a complete style rule.

Hope this helps and let me know if you need more help! :-)

Salim Al-Harrasi
Salim Al-Harrasi
Courses Plus Student 6,572 Points

Thank you Jonathan,

The quiz came right after the first video in the track. Not sure, but I guess something went worng!

what I need now is to join the track and learn HTML from scratch, and the what I'm getting looks like a few steps ahead. so, is there a way to reset the track joining so that I can start from video #1?

I appreciate your kind help

Jonathan Grieve
Jonathan Grieve
Treehouse Moderator 91,253 Points

Hi there,

You can any course you like at any time. But you'll normally find that the information you need to complete a code challenge will be found in the preceding video, so you don't have to go too far. :-)

Good luck! :)

Salim Al-Harrasi
PLUS
Salim Al-Harrasi
Courses Plus Student 6,572 Points

Thank you Jonathan,

The quiz came right after the first video in the track. Not sure, but I guess something went worng!

what I need now is to join the track and learn HTML from scratch, and the what I'm getting looks like a few steps ahead. so, is there a way to reset the track joining so that I can start from video #1?

I appreciate your kind help

Rob Allessi
Rob Allessi
8,600 Points

Hi Salim Al-Harrasi

You can easily pick and choose which videos to watch at any time. This is the first course within the Web Design track:

https://teamtreehouse.com/library/introduction-to-html-and-css

Simply select the first video on that course and begin working through them in the order they are listed.

Salim Al-Harrasi
PLUS
Salim Al-Harrasi
Courses Plus Student 6,572 Points

Hello Rob,

Thank you so much for the support!

Just I'm a bit confused here. Why the first course in the Web Design Track has some advanced materials, while the following course (Basic HTML) is teaching how to start building in HTML from scratch? is that how it's built?

Thank you! Salim

Rob Allessi
Rob Allessi
8,600 Points

The first course within the Web Design Track is a Beginner course titled Introduction to HTML and CSS which then leads into our course HTML Basics. This is the recommended order of progression for anyone who is just starting out. :)