Which of the following file formats is NOT commonly supported by the <video> element?
WebM
MP4
Ogg
BMP
What does the 'srcset' attribute allow you to do with images in responsive web design?
Set the image as a background image for the webpage.
Embed videos directly into the webpage.
Specify different image sources based on the user's internet speed.
Control the animation speed of animated GIFs.
Which type of Web Storage is designed to store data for the duration of the user's browsing session?
browserStorage
localStorage
sessionStorage
temporaryStorage
What does SVG stand for in the context of web development?
Standard Vector Graphics
Simple Visual Graphics
Scalable Vector Graphics
Static Vector Graphics
Which HTML5 element is used to embed audio content in a webpage?
How does the <kbd> tag differ from the <code> tag in HTML?
<kbd>
<code>
<kbd> displays text in a fixed-width font, while <code> uses a proportional font.
<kbd> is for generic code snippets, while <code> represents user input.
<kbd> is used for keyboard input, while <code> is for displaying programming code.
<kbd> and <code> are interchangeable; there is no practical difference.
How do you store custom data associated with an HTML element, specifically for JavaScript access?
Using the hidden attribute
hidden
Utilizing data-* attributes
data-*
Through the contenteditable attribute
contenteditable
By embedding data directly within the element's content
Which global attribute is used to uniquely identify an HTML element within a document?
id
class
What is the primary purpose of the viewport meta tag in responsive web design?
It defines the area of the webpage visible to the user.
It embeds JavaScript code into the HTML document.
It links the HTML document to an external stylesheet.
It specifies the character encoding for the HTML document.
What HTML5 input type allows the user to select a color and provides a visual color picker?
color
range
text
hue