Multiple choice

Which html tag is used to divide an HTML document into different sections or parts?

  1. division

  2. frame

  3. div

  4. table

  5. body

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The div tag defines a division or a section in an HTML document. It is also used to group block-elements to format them with CSS.