Question: Which function of Django's Form class will render a form's fields as a series of

tags?

  1. show_fields()
  2. as_p()
  3. as_table()
  4. fields()

Answer: The correct answer of the above question is Option B:as_p()