0% found this document useful (0 votes)
10 views3 pages

Isaaaaacc

Uploaded by

Isaac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

Isaaaaacc

Uploaded by

Isaac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1. Which feature was already introduced before HTML5?

a) Canvas/SVG

b) Video

c) Geolocation

d) Frames

Answer : d

2. Which tag is used with JavaScript?

a) <canvas>

b) <table>

c) <article>

d) <footer>

Answer: a

3. What application can one create even before the introduction of HTML5?

a) Web applications

b) Mobile applications

c) Forms

d) Browser based games

Answer: c

4. What is the correct syntax of doctype in HTML5?

a) <!doctype html>

b) <doctype html!>

c) <doctype html>

d) </doctype html>

Answer: a

5. What if one does not use the doctype in the starting of HTML document?
a) Browser finds the document in quirky mode

b) Browser finds a document in standard mode

c) Browser stops working

d) Browser crashes after showing the page

Answer: a

6. Which of the following is not semantic element for text in HTML5?

a) <mark>

b) <time>

c) <wbr>

d) <article>

Answer: d

7. Which tag supports Non-English language?

a) <input>

b) <audio>

c) <embed>

d) <bdo>

Answer: d

8. Which element was not removed by HTML5?

a) <strike>

b) <center>

c) <small>

d) <big>

Answer: c

You might also like