All of the following are new tags in HTML5 EXCEPT ____.

A. header
B. nav
C. tangent
D. article


Answer: C

Computer Science & Information Technology

You might also like to view...

using namespace std; tells the compiler

a. where to get the definitions of certain objects (variables) b. where your program is located c. what language to use for input and output d. nothing

Computer Science & Information Technology

In C++11 you can have one constructor call another constructor in the same class by using

a. constructor delegation b. in-place initialization c. a member initialization list d. None of these

Computer Science & Information Technology

Which of the following splay tree rotations in effect distinguishes it from rotate-to-root?

a. zig only b. zig-zag only c. zig-zig only d. zig-zig and zig-zag only e. all of the above

Computer Science & Information Technology

Which of the following is an example of hardware?

A. ?A mouse B. ?A device driver C. ?A web desktop D. ?A content management system

Computer Science & Information Technology