Home » CSS » Css miscellaneous » Question
  1. The ___________ property specifies if/how an element is displayed.
    1. color
    2. display
    3. border
    4. background-color
    5. None of these
Correct Option: B

h1.hidden {
display: none;
}



Your comments will be displayed only after manual approval.