
GR10: 3rd Quarter-Quiz No. 2
Quiz by Donnalyn Mercado
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which element of an HTML/CSS is used to explain the code, and will help you edit the source code at a later date?
What do you call a user-defined selector that can be used to apply a style rule to specific HTML tags?
What punctuation mark is used to separate multiple selectors?
A style applied to one element on a page.
An id selector is always preceded by what symbol?
It allows you to control how an element is displayed.
What display element only proceed to the next line when the end of the line is reached?
What tag divides the content into individual sections?
It is used for small chunks of code
It is used to define a special state of an element.
Which of the following is the correct sequence in using all pseudo-classes in links?
A pseudo-class is always preceded by what symbol?
Which pseudo-class sets the character of an active link element when the user clicks and moves the mouse on the link?
What pseudo-class refers to the behavior of the link when the user mouse over the link?
It Indicates if the element is visible or hidden
What property name should you use to indicate the minimum width of a div?
What property name should you use to indicate the line spacing?
What should be the value of the display property if you want to display the items as bullet or numbered?
A pseudo-class is mostly used to modify links' behavior. What element uses pseudo-classes?
What do you call this tag: /* */