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) Make It Beautiful With CSS Test: Styling by Element and Class

staynley vera
staynley vera
154 Points

guys I need help here , thanks

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

    <p class="My amazing website"></p>

  </body>
</html>
styles.css

What exactly do you need help with? Are you trying to display the text "My amazing website" in a browser? If so, then instead of this

<p class="My amazing website"></p>

put the content in between the paragraph tags like this

<p>My amazing website</p>

Hope this help!

1 Answer

Antonio De Rose
Antonio De Rose
20,885 Points

hello, what have you tried let us know, give a shot, if you are in doubt, go through the videos over and over, https://www.w3schools.com/cssref/sel_class.asp, have a visit to this site

when you give an attempt, you get to see a lot of people helping, when you don't give an attempt it is hard to help.

Cannot see any direction, to where you are, without an attempt.