General Discussion Instructions

What Goes Here

The general discussion board is the place for questions about class material, assignments, and tools — anything you want an actual answer to. Questions asked in journals or work logs are treated as reflection, not requests for help; if you need an answer, ask it here.

Layout Sample

Use this outline as the model for your posts so each question, answer, and follow-up appears in a consistent format.

└── ROOT POST
    ├── Question: How do I fix a broken nav link? (Heading 3)
    │   Description of the problem, what you tried, and a link to your page. (Paragraph)
    │   ├── Answer with the fix or a pointer to the right resource.
    │   └── Follow-up from the original poster confirming it worked.
    ├── Question: Validator says "stray end tag" — what does that mean? (Heading 3)
    │   The exact error message, the code around it, and your page link. (Paragraph)
    │   ├── Classmate answer explaining the unclosed element.
    │   └── Instructor confirmation or extra detail if needed.
    └── and so on...