MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of following code snippet?<style h1 {color: blue;}> <h1>Hey</h1> |
| A. | error |
| B. | h1 heading disappears |
| C. | nothing happens |
| D. | h1 heading becomes blue |
| E. | None of these |
| Answer» C. nothing happens | |