Every HTML document should begin with a(n) ___ tag.

A. HEAD
B. DOCTYPE
C. HTML
D. BODY


Answer: B

Computer Science & Information Technology

You might also like to view...

Approximately 1,000,000,000 (one billion) bytes is a(n) __________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In making requests for dynamic memory allocation, it is extremely important to always check the return value; otherwise, the program will crash when a subsequent access to nonexistent memory is made.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ are stored collections of classes that serve related purposes

A. Libraries B. Constructors C. IDE D. Destructors

Computer Science & Information Technology

Suppose a String variable s is initialized to the value “inheritance”. What value is returned by the call s.substring(2, 5 ) ?

a) nher b) nheri c) her d) heri

Computer Science & Information Technology