Q. |
What is the default value of the position property?
Show Answer
|
Q. |
How do you group selectors?
A.
Separate each selector with a space
B.
Separate each selector with a comma
C.
Separate each selector with a plus sign
Answer :
Separate each selector with a comma
Show Answer
|
Q. |
How do you select all p elements inside a div element?
Show Answer
|
Q. |
How do you select elements with class name "test"?
Show Answer
|
Q. |
How do you select an element with id "demo"?
Show Answer
|
Q. |
How do you make a list that lists its items with squares?
A.
list-style-type: square;
Answer :
list-style-type: square;
Show Answer
|
Q. |
When using the padding property; are you allowed to use negative values?
Show Answer
|
Q. |
Which property is used to change the left margin of an element?
Show Answer
|
Q. |
How do you make the text bold?
Answer :
font-weight:bold;
Show Answer
|
Q. |
Which property is used to change the font of an element?
Show Answer
|