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 trialwilliam nguyen
Courses Plus Student 186 PointsHi everyone, I input code correct to workspace but unable to generate correct preview. Any advise?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>William | Pimpin' Hard</title>
</head>
<body>
<header>
<h1>William</h1>
<h2>Buffet: Never Lose Money</h2>
</header>
<section>
<p>Pictures will go here.</p>
</section>
<footer>
<p>&Copy; William N 2014</p>
</footer>
</body>
</html>
william nguyen
Courses Plus Student 186 Points1 Answer
eck
43,038 PointsThe only thing I can see that is off is © should have a lower case c. Change that and everything else look correct.
william nguyen
Courses Plus Student 186 PointsThat is 1. the lower case C and the fact that I openned 2 Html at sametime so that may confuse the system. I deleted 1 HTML and lower the C, it worked out.
Thank you Erik.
eck
43,038 Pointseck
43,038 PointsHey William!
So what exactly is not displaying correctly when you view your preview?
Also, I edited your post to include Markdown formatting for your code. You can see how to do this if you click the Markdown Cheatsheet link about the comment button :D