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

I am creating my first HTML document everything looks the same in the code as the instructors bu the last two lines are.

That is all

but the last two lines are red? Sreng I cannot get it to copy paste and don't know another way to get the work here so you can see it from the workspace

Sreng Hong
Sreng Hong
15,083 Points

Hi Collin!!! In order to get help, you should show us your code and a link of the lecture. Thanks

3 Answers

Well, you're not providing a lot of information about your problem, but if the task is to make a simple html website the code required would be:

<!DOCTYPE html>
<html>
    <head>
        <title>something something</title>
    </head>
    <body>
        <!--Insert content here-->
    </body>
</html>

What would it mean if the </body> and the </html> at the bottom of the page were red? That is what mine is doing. And I think because of that the only information that shows on the document we are creating is my name and nothing else. I hope that makes sense. I downloaded it so I could send a copy to you but my computer will not let me do it for some reason.

It removed /body and /html from my last answer because I wrote it like it is written in the assignment sorry. Last two words are red