Web Design Exam. 10 Question Review
Which HTML element is used to specify a header for a document or section?
<header>
Which HTML element is used to display a scalar measurement within a range?
<meter>
Which HTML element defines navigation links?
<nav>
The HTML global attribute, "contenteditable" is used to:
Specify whether the content of an element should be editable or not
Graphics defined by SVG is in which format?
XML
In HTML, what does the <aside> element define?
content aside from the page content
The HTML <canvas> element is used to:
draw graphics
In HTML, onblur and onfocus are:
event attributes
Which input type defines a slider control?
range
In HTML, which attribute is used to specify that an input field must be filled out?
required