Which CSS selector applies to the bolded element(s) only?
Li a{ ... }
Li.a{ ... }
Li, a{ ... }
Li-a{ ... }
None of the above
Rate this question:
@all{ ... }
*{ ... }
HTML{ ... }
#{ ... }
None of the above
Rate this question:
Input@submit{ ... }
Input.submit{ ... }
Input.type=submit{ ... }
Input[type=submit]{ ... }
None of the above
Rate this question:
P.a{ ... }
A{ ... }
A, ul{ ... }
#a{ ... }
None of the above
Rate this question:
Div h1 + p { ... }
Div > h1 + p { ... }
H1 ~ p { ... }
Div h1 p { ... }
Rate this question:
.menu#ul a{ ... }
Ul.menu li a{ ... }
#header .a{ ... }
Div a{ ... }
None of the above
Rate this question:
Div a{ ... }
Div + a{ ... }
Div a p{ ... }
Div > a{ ... }
None of the above
Rate this question:
.content h1, a{ ... }
#content h1+a{ ... }
#conten h1, #content a{ ... }
#content h1 a { ... }
None of the above
Rate this question:
A.active{ ... }
#content .a{ ... }
P a#active{ ... }
Div p a{ ... }
None of the above
Quiz Review Timeline (Updated): Apr 17, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
CSS ID's And CLASS's
This CSS ID's and CLASS's quiz assesses understanding of CSS selectors including class, ID, type, and universal selectors. It is designed to enhance practical skills in styling...
Questions:
10 |
Attempts:
359 |
Last updated:
Mar 21, 2023
|
Long Test #2: CSS And Frames
Long Test #2: CSS and Frames assesses knowledge in CSS, focusing on syntax, style sheet integration, and HTML-CSS interaction. It evaluates understanding of external and internal...
Questions:
35 |
Attempts:
402 |
Last updated:
Mar 21, 2023
|
Ultimate Quiz For CSS Test
What is CSS? CSS is a style sheet language used in presentation and the description of how HTML written elements/language are in the visual style of a web page. So, are you savvy...
Questions:
10 |
Attempts:
1142 |
Last updated:
Mar 21, 2023
|
CSS 3
CSS 3 quiz assesses knowledge on basics of Cascading Style Sheets including syntax, properties like padding, and styles application in HTML documents. It's designed for learners...
Questions:
15 |
Attempts:
579 |
Last updated:
Mar 21, 2023
|
CSS Trivia Quiz Test
Dive into the CSS Trivia Quiz Test to enhance your understanding of Cascading Style Sheets. This quiz covers essential aspects from syntax to implementation, assessing your...
Questions:
10 |
Attempts:
469 |
Last updated:
Mar 21, 2023
|
Terms Quiz NET 101
The 'Terms Quiz NET 101' assesses knowledge on CSS and HTML, covering topics like CSS syntax, selectors, and declaration blocks. This quiz is ideal for learners looking to...
Questions:
20 |
Attempts:
216 |
Last updated:
Mar 21, 2023
|
Wait!
Here's an interesting quiz for you.