Correct Answer: step
Explanation:
Note: This Question is unanswered, help us to find answer for this one
HTML 5 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More HTML 5 MCQ Questions
Which attribute for elements is no longer required for in-line scripts in HTML5?
All are valid values for the "type" attribute of an <input> element EXCEPT:
What is the material difference between a DIV and SECTION element?
You can define the drag image by handling which event?
Which attribute(s) would you add to an <input type="number" /> to set the maximum and minimum value for that input?
Which of the following web browser doesn't support the loop attribute of <video> element?
When autoplay attribute has defined in <video> element then:
Which operating systerm environment allows a developer to access a camera or webcam?
How does a button created by the <button> tag differ from the one created by an <input> tag?
In HTML 5.0, what is the function of the sandbox attribute when used with <iframe> as shown below? <iframe src="aaa " sandbox=?></iframe>