GSNA · Question #136
GSNA Question #136: Real Exam Question with Answer & Explanation
The correct answer is A. DIV. DIV is an HTML tag that groups a series of elements into a larger group. It can be used when an action needs to be performed collectively on the grouped elements. The DIV tag acts as a container for other elements. Answer: D is incorrect. The SPAN tag is used within an element to
Question
Options
- ADIV
- BGROUP
- CBODY
- DSPAN
Explanation
DIV is an HTML tag that groups a series of elements into a larger group. It can be used when an action needs to be performed collectively on the grouped elements. The DIV tag acts as a container for other elements. Answer: D is incorrect. The SPAN tag is used within an element to group a part of it. For example, this tag can be used to group a few sentences from within a paragraph, so that a particular action can be performed only on them. Answer: C is incorrect. The BODY tag is used to specify the beginning and end of the document B is incorrect. There is no tag such as GROUP in HTML.
Community Discussion
No community discussion yet for this question.