Explain the three main ways to target elements.
Type selectors (e.g. h1 ) and pseudo-elements (e.g. ::before )
Class selectors (e.g. . nav-item ), attributes selectors (e.g. [type="radio"] ) and pseudo-classes (e.g. :hover )
ID selectors (e.g. #example )
| Is This Answer Correct ? | 0 Yes | 0 No |
What is html5 and css3?
What is empty tag in html?
Which browsers are webkit?
List some css frameworks?
How to create box shadow and text shadow using css3?
What is the use of a pseudo class?
What are flex properties?
Which property is used to set the color of the outline?
What is the grid system?
How do you inspect element on mobile?
How can you create multi columns in css3?
What are css variables?