Which attribute is used to control the order in which elements receive focus when the user navigates with the Tab key?
contenteditable
tabindex
hidden
draggable
Which HTML tag is used to embed external content from another source, like a webpage, into the current HTML document?
Which global attribute indicates that an element can be dragged and dropped using JavaScript?
How do you store custom data associated with an HTML element, specifically for JavaScript access?
Using the hidden attribute
Utilizing data-* attributes
data-*
Through the contenteditable attribute
By embedding data directly within the element's content
What is the primary purpose of the <pre> tag in HTML?
<pre>
To display text in a bold and italicized format.
To display large font sizes for headings.
To create a new paragraph with indented text.
To preserve whitespace and line breaks exactly as typed.
Which HTML element is used to indicate a lengthy quotation from another source?
<blockquote>
<cite>
<q>
<code>
Which of the following file formats is NOT commonly supported by the <video> element?
WebM
BMP
Ogg
MP4
What is the purpose of the <figcaption> element in HTML5?
To provide a caption for a figure.
To insert a figure from an external source.
To define a table caption.
To create a figure inside an image.
How can you provide alternative content to be displayed if the browser doesn't support the embedded content within an <object> tag?
By using the 'alt' attribute within the <object> tag
By using a separate <div> element with a specific ID
By including a comment tag with the alternative content
By placing the alternative content inside the opening and closing <object> tags
Which tag would you use to mark up the output of a command-line program in HTML?
<kbd>
<samp>