All of the following are new tags in HTML5 EXCEPT ____.
A. header
B. nav
C. tangent
D. article
Answer: C
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
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
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
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