The first line in an HTML document is called the _____

a. Element
b. Value
c. Declaration
d. DOCTYPE


d.

Computer Science & Information Technology

You might also like to view...

Match the recommended field types with their examples:

I. AutoNumber II. OLE III. Hyperlink IV. Yes/No V. Attachment A. An email address B. Multiple pictures C. An object created by another program D. When the answer can be either True or False E. Very useful for Primary keys

Computer Science & Information Technology

It has been reported that flash memory is reaching the limit of its density. Why do you think that this may be so?

What will be an ideal response?

Computer Science & Information Technology

Chase is trying to extract records for employees 423 through 428 out of a comma separated values file and store them in another one. Which of the following commands would accomplish this?

A. cat employees.csv | grep 423,424,425,426,427,428 > employees.csv B. cat employees.csv | grep “42[3-8]” > employees-newhires.csv C. grep “42[3-8]” employees.csv > employees-newhires.csv D. grep “42[3-8]” < employees.csv > employees-newhires.csv

Computer Science & Information Technology

?Identify a Hypertext Markup Language (HTML) embedded element that contains programming scripts used to construct bitmap images and graphics.

A. ?canvas B. ?iframe C. ?object D. ?embed

Computer Science & Information Technology