Q. Which tag in Django template is used to add static files?
β
Correct Answer: (C)
load static
Explanation: {% load static %} is used to load static files in Django templates.