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
The <time> element:
In a cache manifest, which header is used to specify a backup URL if the URL is inaccessible?
What would be a valid input for this field: <input type="number" min="0" max="10" step="2" default="6"> ?
Which of the following tags is supported by HTML5?
What is the function of onobsolete, an application cache API method in HTML 5.0?
There are following different methods to set colors in your web page?
Which element is block-level?
Which element defines the title of a work (e.g. a book, a song, a movie, etc.)?
Why is it not possible to unite webkit-border-radius and -moz-border-radius?
Output of following code? input[type='radio']:checked + label { background-color:#000; }