Which built-in method renders a form as an unordered list with <li> tags?
form.as_table()
form.as_div()
form.as_ul()
form.as_p()
This question is part of this quiz :