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

David Collins
PLUS
David Collins
Courses Plus Student 2,598 Points

How to get the black box to appear to write HTML coding in it when I have a question about coding?

How do I get the black box to appear so l can write code in it so i can ask a question about what I wrote

2 Answers

Emma Willmann
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Emma Willmann
Treehouse Project Reviewer

If you look under the box you are typing your question in (or a comment or answer) there is a link that says Markdown Cheatsheet. This gives you info on how to format your code in the forum. Basically just add 3 backticks ``` on the line before and after your code. After the first 3 backticks you can type what type of code it is (html, css, etc) and that helps with the highlighting.

David Collins
PLUS
David Collins
Courses Plus Student 2,598 Points

I Thank you again for all your help this is what I was trying to show earlier in my questions but did not how

<!DOCTAPE html>
<html lang="en">
    <head>
     <meta charset='utf-8>
     <title> My page</title>
    </head> 
       <body>

      </body>
</html>