Correct Answer: <input type="email" name="email">
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
What does the getUserMedia API allow you to do?
When retrieving data from an object store, you must attempt to locate a record via:
Which settings property do you use when creating an object store in order to have the key field automatically increase in value as new data is saved to the object store?
In HTML5, which method is used to get the current location of a user?
At which corner of the image does the drawImage() method start drawing?
Which video formats are supported by the HTML5 standard?
<param> tag is used to define parameters for plugins embedded with an <object> element.
Plug-ins can be added to web pages with the <object> tag or the <embed> tag
The <strike> element is valid HTML5..
If your browser does not support the <video> tag, what will be the output of the following code: <video width="320" height="240" > Exact Help </video>