Which of the following is a new input restriction introduced in HTML5?
Correct Answer: required
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
Can we use SVG tags directly in HTML5 without using any plugin?
Which method is used to execute a query in WebSQL?
Which input control accept only numerical value in HTML5?
Which is a new form element introduced in HTML5?
<video controls="controls" preload="auto"> <source src="song.mp4" type="video/mp4" /> </video> Which of the following is true?
Which built-in HTML5 object is used to draw on the canvas?
The <header> element should NOT be used within which element?
True of false? The canvas tag is the only one available to draw images.
Cross document messaging allows two document windows to communicate with each other. Which property do you check to verify the source requesting the message is a trusted source?