Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

znzlcrstkk
Front End Web Development Techdegree Graduate 28,511 Pointsthe black background
I just want to know, when someone writes an answer in forum, and they need to write let's suppose css code, ar javascript code, how to write the code in that black background, then writen code looks nice in answer
2 Answers

Felix Sonnenholzer
14,654 Pointsyou have to add three backtics and write what language you want
```css
here goes your code
```
But when you write an answer, there is the following sentence underneath:
Reference this Markdown Cheatsheet for syntax examples for formatting your post.
Just click on the "Markdown Cheatsheet for more information

znzlcrstkk
Front End Web Development Techdegree Graduate 28,511 Pointsbackground-color: black;
thank you!

Felix Sonnenholzer
14,654 PointsYour Welcome :)