Home » CSS » CSS Attribute Selectors » Question
  1. What type of selector is used in this case?
    p {line-height: 150%;}
    1. id Selectors
    2. class Selectors
    3. element Selectors
    4. All of above
    5. None of these
Correct Option: C

These selectors are called element selectors and are simply used
as follows:
element-name { /* properties */ }



Your comments will be displayed only after manual approval.