Html Forms - Study Mode
[#1] The . . . . . . . . element may contain not just links but also other interactive items, including the newly introduced command element.
Correct Answer
(D) menu
[#2] Which of the following allows the sandboxed iframe to run scripts from the same domain?
Correct Answer
(C) allow-scripts
[#3] The new . . . . . . . . element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user.
Correct Answer
(C) details
[#4] Which element specifies a list of pre-defined options for an input element?
Correct Answer
(A) <datalist>
[#5] The . . . . . . . . attribute effectively renders the iframe as an inline include, which allows the parent document's CSS to affect the contents of the iframe.
Correct Answer
(B) seamless