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 trialIjac Mihai
6,976 PointsWhat is wrong with the code, i did everything just like in the video.
Can someone tell me please?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-g">
<tittle>Mihai | Designer</tittle>
</head>
<body>
<header>
<h1>Mihai Pettit</h1>
</header>
<section>
<p>Galery Will go here</p>
</section>
<footer>
<p>© 2014 Mihai Ijac.</p>
</footer>
</body>
</html>
3 Answers
Feisty Mullah
25,849 PointsYou have got spelling mistake "title" with "tittle". hope this will help.
Sergio Mesquita
Front End Web Development Techdegree Student 14,897 Points<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
</title>
</head>
<body>
<header>
</header>
<section>
</section>
<footer>
</footer>
</body>
</html>
Ijac Mihai
6,976 PointsThanks you :D
Ijac Mihai
6,976 PointsThank you :D
Ijac Mihai
6,976 PointsIjac Mihai
6,976 Pointstook me a while to figure out, rokie mistake i guess.
Ijac Mihai
6,976 PointsIjac Mihai
6,976 Pointsthank you for your feedback!!!