HTML5 Semantic Elements - MCQs

Semantic Elements - MCQs


1) A semantic element clearly describes its meaning to

A) Browser
B) Developer
C) Both A & B
D) None of the above
View Answer / Hide Answer

ANSWER: C) Both A & B




2) HTML5 is coming with lots of flexibility and would support the followings:

1) Uppercase tag names.
2) Quotes are optional for attributes.
3) Attribute values are optional.
4) Closing empty elements are optional.

A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




3) From the following give the disadvantages of HTML5?

a) Cleaner markup
b) Additional semantics of new elements like <header>, <nav>, and <time>
c) New form input types and attributes that will (and in Opera’s case, do) take the hassle out of scripting forms.

A) a and b
B) b and c
C) a,b and c
D) None of the above
View Answer / Hide Answer

ANSWER: D) None of the above




4) HTML5 is a suite of tools for:

A) Markup (HTML 5)
B) Presentation (CSS 3)
C) Interaction (DOM, Ajax, APIs)
D) Both A & B
E) All mentioned above
View Answer / Hide Answer

ANSWER: E) All mentioned above




5) Semantic HTML5 elements allows data to be shared and reused across applications, enterprises, and communities.

A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




6) Local storage does not have a life time it will stay until either the user clear it from the browser or you remove it using JavaScript code.

A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




7) Is WebSQL a part of HTML 5 specification?

A) Yes
B) No
View Answer / Hide Answer

ANSWER: B) No


Post your comment

    Discussion

  • RE: HTML5 Semantic Elements - MCQs -jagadeeshwari (08/02/16)
  • mcqs