Which of the following is not a valid attribute for the audio element in HTML5?
Correct Answer: stopped
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 specify whether or not a user is allowed to drag an element?
Which is not valid about MediaRecorder API ?
What is used to continuously push events from the web server to the client's browser?
Which attribute require you to have a value in an input control in HTML5?
Which is the correct SVG element to define text?
What are the two new objects for storing data on the client in HTML 5?
What do <video> and <audio> require (for users)?
Which tag would you use in the <HEAD> to set the document character encoding to UTF-8?
True or false? An input with a type hidden will be ignored by the browser.
Suppose your browser doesn't support <video> tag What will be output of following code? <video width="320" height="240" > Exact Help </video>