Multiple choice Which html tag is used to divide an HTML document into different sections or parts? division frame div table 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.