Q. In Django, where are static files like CSS and JS typically placed?
β
Correct Answer: (C)
static/
Explanation: Static files are stored in a folder named `static`.