21.) Which HTML5 element is used to define a group of related links within a document?
A) <link>
B) <nav>
C) <list>
D) <group>
22.) What is the purpose of the HTML5 <template> element.
A) To define a container for reusable content that can be cloned and inserted into the document
B) To define a container for audio content
C) To define a container for video content
D) To define a container for multimedia content
23.) Which HTML5 attribute is used to specify a value for a progress bar element?
A) value
B) progress
C) status
D) load
24.) Which HTML5 element is used to define a container for metadata about an HTML document?
A) <meta>
B) <metadata>
C) <info>
D) <head>
25.) What is the purpose of the HTML5 element when used within <audio> or <video> element.
A) To define a source URL for multimedia files
B) To define a container for audio content
C) To define a container for video content
D) To define a container for metadata