निम्नलिखित में से कौन सा एक कंटेनर है?
Which of the following is a container?
A)
B)
C)
D)
Explanation:
A container is typically an element that holds or wraps other elements. Some common HTML containers are:
<div>
: A generic container often used to group content or apply styles to sections of a webpage.<section>
: A container used for grouping content into sections.<article>
: A container used for grouping content that can stand alone, like blog posts or news articles.<nav>
: A container used specifically for navigation links.<header>
and<footer>
: Containers used for grouping header or footer content.