Home » CSS » Css miscellaneous » Question
  1. What will be the output of following code snippet?
    <style h1 {color: blue;}> 
    <h1>Hey</h1>
    1. error
    2. h1 heading disappears
    3. nothing happens
    4. h1 heading becomes blue
    5. None of these
Correct Option: B

h1 heading disappears



Your comments will be displayed only after manual approval.