CSS Selectors
BeginnerFill in the correct CSS selector syntax.
To select all <p> elements, write:
To select an element with id="header", write:
To select all elements with class="card", write:
To select all <a> inside <nav>, write:
Fill in the correct CSS selector syntax.
To select all <p> elements, write:
To select an element with id="header", write:
To select all elements with class="card", write:
To select all <a> inside <nav>, write: