MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of below mentioned code snippet?p strong {background-color: yellow;} |
| A. | Both p and strong have yellow background |
| B. | Strong have yellow background |
| C. | Strong element within a p element have a yellow background |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |