A(n) ____________________ style rule affects all instances of an HTML page element, such as paragraphs, lists, or body text.

Fill in the blank(s) with the appropriate word(s).


element-based

Computer Science & Information Technology

You might also like to view...

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

1) When a program sends data from itself to the outside, say to a file or the screen, we say it is writing the data on the file or to the screen. 2) An istream object is already an ifstream object with some extra, added features. 3) When you write ifstream inStream; inStream.open(”infile.dat”); the file, infile.dat must be located in the directory where the program is being run. 4) When you use the open member function to tie a file name to a file stream, the file name is called the external file name, and the program refers to the file by the stream name. 5) A file is automatically closed when a program terminates, so there is never a need to close a file.

Computer Science & Information Technology

To associate a style sheet with screen devices that are greater than or equal to specific width, use the query ____.

A. media =  "screen and (max-width: value)" B. media = "screen and (min-width: value and max-width: value)" C. media =  "screen and (orientation: type)" D. media =  "screen and (min-width: value)"

Computer Science & Information Technology

Which method can you use to find out the number of the bytes in a file using InputStream?

a. length() b. available() c. size() d. getSize()

Computer Science & Information Technology

____ is a markup language, meaning it describes the layout of a Web page onscreen.

A. Java B. HTML C. C++ D. Visual Basic

Computer Science & Information Technology