1 00:00:00,591 --> 00:00:05,572 The Treehouse Community is a forum where students can post questions about 2 00:00:05,572 --> 00:00:10,633 either specific challenges they feel stuck on, or more general conceptual 3 00:00:10,633 --> 00:00:15,400 questions about something covered within the Treehouse curriculum. 4 00:00:16,460 --> 00:00:19,818 Answers to your questions come from fellow students, 5 00:00:19,818 --> 00:00:24,490 from Treehouse student success specialists, and even from instructors. 6 00:00:25,540 --> 00:00:30,522 Participating in the Treehouse Community is not only a great way to get help on 7 00:00:30,522 --> 00:00:35,240 an assignment or clarify a concept, it can be a lot of fun. 8 00:00:35,240 --> 00:00:40,010 Working on design and development projects isn't meant to be lonely. 9 00:00:40,010 --> 00:00:43,764 Professional designers and developers spend a good portion of 10 00:00:43,764 --> 00:00:49,060 their day communicating with clients, project managers, and team members. 11 00:00:49,060 --> 00:00:52,448 So the community is a good opportunity to practice talking 12 00:00:52,448 --> 00:00:55,512 about the new skills you've been learning. 13 00:00:55,512 --> 00:00:57,783 Before you write your first post, however, 14 00:00:57,783 --> 00:01:01,430 it's important to check out how the community works. 15 00:01:01,430 --> 00:01:06,640 I've clicked on the Code of Conduct, which I recommend reading in detail. 16 00:01:06,640 --> 00:01:11,571 The Code of Conduct encourages forum participants to be friendly and patient, 17 00:01:11,571 --> 00:01:16,810 to be respectful, and to choose the wording of each post carefully. 18 00:01:16,810 --> 00:01:19,647 Disagreements happen, and that's natural. 19 00:01:19,647 --> 00:01:21,613 After all, very few design or 20 00:01:21,613 --> 00:01:25,990 coding challenges have only one acceptable solution. 21 00:01:25,990 --> 00:01:30,970 And it can be really exciting to check out unique approaches to a problem. 22 00:01:30,970 --> 00:01:35,139 But healthy communities only happen when its members feel safe and 23 00:01:35,139 --> 00:01:39,465 comfortable and differences in opinion are handled respectfully. 24 00:01:41,693 --> 00:01:45,650 There are two different ways to explore the Treehouse Community. 25 00:01:46,770 --> 00:01:51,360 From the Community page itself, you can search for a term that interests you. 26 00:01:52,590 --> 00:01:58,900 Typing HTML in the search bar produces, wow, 5,600 pages of results. 27 00:01:59,970 --> 00:02:02,030 Let's narrow that down a bit. 28 00:02:02,030 --> 00:02:04,831 Since we're encountering an error, 29 00:02:04,831 --> 00:02:10,700 let's change the search term to HTML error, and also use 30 00:02:10,700 --> 00:02:18,196 the topics dropdown to change the topic of the search to just HTML. 31 00:02:18,196 --> 00:02:23,327 All right, 149 pages of results still sounds like a lot, 32 00:02:23,327 --> 00:02:28,570 but that's considerably more manageable than 5,600. 33 00:02:28,570 --> 00:02:32,323 I'll try clicking on HTML Basics challenge 2, 34 00:02:32,323 --> 00:02:37,275 since that sounds similar to the course where I'm struggling. 35 00:02:37,275 --> 00:02:41,699 It looks like Jason had a question on November 30th, 36 00:02:41,699 --> 00:02:46,426 2020 and it was answered successfully that same day. 37 00:02:46,426 --> 00:02:52,450 Jason pasted a snippet of his code and also the error message he's receiving. 38 00:02:52,450 --> 00:02:56,295 And it looks like Cameron was able to guide Jason to the closing tag 39 00:02:56,295 --> 00:02:58,210 that was written incorrectly. 40 00:03:00,380 --> 00:03:04,096 If you can't find what you're looking for in the community, you can ask 41 00:03:04,096 --> 00:03:08,340 a general question by pressing the Ask button on the right side of the page. 42 00:03:09,530 --> 00:03:13,553 However, if the question pertains to a particular video, 43 00:03:13,553 --> 00:03:16,851 such as the question about the Welcome to HTML and 44 00:03:16,851 --> 00:03:21,130 CSS video, you'll want to post it directly under that video. 45 00:03:22,200 --> 00:03:26,300 It looks like 16 questions have been posted previously. 46 00:03:26,300 --> 00:03:30,920 So before I post, I should check out the questions and answers here. 47 00:03:30,920 --> 00:03:33,923 Somebody might have been stuck on the same problem and 48 00:03:33,923 --> 00:03:36,600 an existing answer might get you back on track. 49 00:03:38,230 --> 00:03:42,740 If not, pressing the Get Help button here works the same as the Ask 50 00:03:42,740 --> 00:03:44,880 button on the Community page. 51 00:03:46,010 --> 00:03:51,757 A modal window pops up with some tips on writing a clear post like Jason's, 52 00:03:51,757 --> 00:03:56,973 including a link to a video on the topic of how to ask a good question. 53 00:03:59,632 --> 00:04:06,686 I'll try naming my question after the first error the validator gave me, 54 00:04:06,686 --> 00:04:11,250 end tag ul seen, but there were open elements. 55 00:04:14,190 --> 00:04:17,970 Treehouse will first suggest a related question. 56 00:04:17,970 --> 00:04:21,547 In this case, HTML code giving five errors while 57 00:04:21,547 --> 00:04:26,530 validation might be similar to my problem, so I'll read that now. 58 00:04:27,600 --> 00:04:33,710 If that doesn't help, I'll press Next Step and get ready to write my question.