Which HTML5 input type is used to restrict user input to a valid email address?
mail
url
email
text
What does SVG stand for in the context of web development?
Static Vector Graphics
Simple Visual Graphics
Scalable Vector Graphics
Standard Vector Graphics
Which attribute is used to control the order in which elements receive focus when the user navigates with the Tab key?
draggable
contenteditable
hidden
tabindex
What does the hidden attribute do to an HTML element?
Makes the element draggable by the user
Prevents the element from being displayed on the page
Completely removes the element from the document
Prevents the element from receiving focus
What is the default behavior of a browser when encountering a newline character within a <pre> tag?
<pre>
The browser displays an error message.
The newline character is replaced with a space.
The newline character is ignored.
The newline character creates a line break.
What is the function of the 'controls' attribute within the <video> tag?
It displays playback controls for the user.
It specifies the video's source URL.
It automatically plays the video.
It loops the video continuously.
Which global attribute indicates that an element can be dragged and dropped using JavaScript?
What attribute is used to define a regular expression that user input must match in a form field?
match
validate
regex
pattern
Which HTML5 input type is used to let the user enter a URL?
link
web
Which HTML tag is used to embed external content from another source, like a webpage, into the current HTML document?