Answer:
division
Step-by-step explanation:
In HTML there is a tag that describe a section of a website that is the <div></div> tag. It is usually used to group a set of related elements, like the navigation link, text, images, headers, form elements, footer, and so on. This makes it possible for style to be applied to them, or still assign it a class or id so that you can reference it in your JavaScript code to apply interactivity.