A

Admin • 828.03K Points
Coach

Q. Which function is used to render HTML in Django views?

  • (A) display()
  • (B) send()
  • (C) render()
  • (D) html()
  • Correct Answer - Option(C)
  • Views: 13
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
The `render()` function combines a template with a context dictionary and returns an HttpResponse.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.