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 trialLaurence kite
11,768 Pointsmeta tag with charset
<meta charset="UTF-8"> I thought this was wright but it gives xBummer!
<!DOCTYPE html>
<html>
<head>
<meta charset = "UTF-8" >
</head>
<body>
</body>
</html>
1 Answer
Tim Knight
28,888 PointsLaurence,
I would say just watch your spacing. Your issue is likely the extra space after the quote mark. Make sure you're just entering it as:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body></body>
</html>
Laurence kite
11,768 PointsLaurence kite
11,768 Pointscheers I was not sure what was wrong I did not know things were so fussy.. As an aside are Macs good for coding I have a windows laptop but thinking of changing