Use the _______ property in the HTML link tag to to associate a web page with a style sheet for printing.

a.
```
media="print"
```
b.
```
out="printer
```
c.
```
media="paper"
```
d.
```
media="screen"
```

a.
```
media="print"
```

Computer Science & Information Technology

You might also like to view...

An image can be rotated by using the ________ handle

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1) To refer to a particular location or element within an array, we specify the name of the array’s variable and the value of the particular element. 2) The declaration of a variable that references an array reserves memory for the array. 3) To indicate that 100 locations should be reserved for integer array p, the programmer writes the declaration 4) An app that initializes the elements of a 15-element array to 0 must contain at least one for statement. 5) To total the elements of a two-dimensional array you must use nested for statements.

Computer Science & Information Technology