What is the significance of the following CSS rule?

```
LI, EM { color: red;c
font-weight: bold }
```

a) It will apply the specified style to text enclosed by either LI or EM tags.
b) It will apply the specified style to text enclosed by the EM tags which are within LI tags.
c) It will apply the specified style to text enclosed by the LI tags which are within EM tags.
d) It will apply the specified style to text not enclosed by either LI or EM tags.


a) It will apply the specified style to text enclosed by either LI or EM tags.

Computer Science & Information Technology

You might also like to view...

Borders and shading allow you to emphasize certain sections of text or parts of a table. Please describe borders and shading and how you would go about adding them to a section of your document.

What will be an ideal response?

Computer Science & Information Technology

Using the fact that the shell construct ${#var} gives the number of characters stored in var, rewrite wc in the shell. Be sure to use integer arithmetic! (Notes: Change your IFS variable to just a newline character so that leading whitespace characters on input are preserved, and also use the -r option to the shell's read command so that terminating backslash characters on the input are ignored.)

What will be an ideal response?

Computer Science & Information Technology

A(n) ____ means the user has initiated an action that causes the program to perform the type of processing called for by the user's action.

A. link B. assignment C. event D. activation

Computer Science & Information Technology

Which of the following is an application that appears to be benign but actually performs a malicious activity?

a. Virus b. Spyware c. Trojan d. Worm

Computer Science & Information Technology