External style sheets are saved with the ________ extension.

a) .html
b) .txt
c) .css
d) .txtcss


c) .css

Computer Science & Information Technology

You might also like to view...

Which of the following is not part of the pop operation for a stack implemented using a linked list?

a) determine if the stack is full b) determine if the stack is empty c) declare a temporary reference variable and set it to point to the element at the top of the stack d) adjust the top reference variable to point to the node pointed to by the next field of the node at the top of the stack e) all of these are part of the pop operation for a stack implemented using a linked list

Computer Science & Information Technology

Indicates the one place in the document that defines a term, not its subsequent uses.

a. Dfn element b. Mark element c. Samp element d. Kbd element

Computer Science & Information Technology

A clean install is

A) One where there has been no problem experienced B) One where the reinstallation happens the first time tried C) One where remote access is needed to complete the installation D) A reinstallation of the operating system

Computer Science & Information Technology

Which of the following operations is not required to convert a binary file to a text file?

A. Open files. B. Read binary file. C. Position text file. D. Write text file.

Computer Science & Information Technology