Which HTML5 API is used to obtain the user's geographical location?
Geolocation API
Web Workers API
Fetch API
Web Storage API
Which tag would you use to mark up the output of a command-line program in HTML?
<samp>
<code>
<pre>
<kbd>
Which HTML tag is most appropriate for displaying a variable name within a code snippet?
<var>
Which global attribute is used to uniquely identify an HTML element within a document?
contenteditable
data-*
id
class
Which attribute within the viewport meta tag is used to set the initial zoom level of the webpage?
user-scalable
height
initial-scale
width
What does SVG stand for in the context of web development?
Scalable Vector Graphics
Simple Visual Graphics
Standard Vector Graphics
Static Vector Graphics
Which HTML5 element is used to define the main content of a webpage?
How is data stored in localStorage?
As strings, but can represent other data types
As strings only
As JSON objects only
As arrays only
What is a key difference between using <iframe> and <object> for embedding content?
Which HTML5 element is used to embed audio content in a webpage?