Answers
Which doctype is correct for HTML5?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN"
"http://www.w3.org/TR/html5/strict.dtd">
<!DOCTYPE html>
<!DOCTYPE HTML5> Correct Ans-<!DOCTYPE html>
Which HTML element is used to specify a footer for a document or section?
<section>
<footer>
<bottom> Correct Ans-<footer>
In HTML, you can embed SVG elements directly into an HTML page.
True
False Correct Ans-True
What is the correct HTML element for playing video files?
, <movie>
<media>
<video> Correct Ans-<video>
What is the correct HTML element for playing audio files?
<audio>
<sound>
<mp3> Correct Ans-<audio>
The HTML global attribute, "contenteditable" is used to:
Return the position of the first found occurrence of content inside a string
Update content from the server
Specify whether the content of an element should be editable or not
Specifies a context menu for an element. The menu appears when a user right-clicks on the
element Correct Ans-Specify whether the content of an element should be editable or not
In HTML, onblur and onfocus are:
Event attributes
HTML elements