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

CSS CSS Foundations Selectors Type, Class, and ID Selectors

how do I link a code challenge in question and verify which task # it is

how do I link a code challenge in question and verify which task # it is. and how do i post screen shots?

index.html
<!DOCTYPE html>
<html>
<head>
    <title>CSS Selectors</title>
    <link rel="stylesheet" href="cc1-main-styles.css" type="text/css" media="screen">
    <link rel="stylesheet" href="style.css" type="text/css" media="screen">
</head>
<body>
    <h1><em>Hello</em> World!</h1>
    <div>
        <p>
            <em>Lorem ipsum dolor</em> sit amet, consectetur adipiscing elit. Nunc pulvinar consequat tortor, nec venenatis erat elementum scelerisque. Curabitur sit amet risus nisi. Aenean aliquet euismod augue at viverra. Ut varius arcu in lorem iaculis ullamcorper. Integer eu rutrum quam.
        </p>
    </div>
</body>
</html>
style.css
/* Complete the challenge by writing CSS below */

1 Answer

Hi Joshua,

You already added HTML and CSS code when you click first task or third task and then ask question on right side, only title you need to copy and paste here in the post so that we can see what the question itself is along with your codes.

Screenshot- You can click Markdown Cheatsheet reference below outside our posts or click here for guidance.

![add title name](paste screenshot link here after you upload picture in TinyPic or any resource)

Example
![My Screenshot](http://www.tinypic.com/)

TinyPic

Hope this will help.