W3Schools Questions 31-40
Which HTML element is used to display a scalar measurement within a range?
<meter>
Which HTML element defines navigation links?
<nav>
In HTML, onblur and onfocus are
Event Attribute
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
In HTML, what does the <aside> element define?
The <aside> tag defines some content aside from the content it is placed in.
Which HTML element is used to specify a header for a document or section?
The <header> element specifies a header for a document or section.
The HTML <canvas> element is used to
The HTML <canvas> element is used to draw graphics on a web page.
The HTML global attribute, "contenteditable" is used to
The contenteditable attribute specifies whether the content of an element is editable or not.
Graphics defined by SVG is in which format?
XML