61. |
What is CSS Float?
1. allows other element to wrap around an element
2. element can be pushed to the left to right
3. element can be pushed to any direction
|
||||||||
Answer:
Option (d) |
62. |
To specify table border in CSS, ____________ property is used
|
||||||||
Answer:
Option (d) |
63. |
_________ property can be used to Increase or decrease the space between words
1. space
2. word-spacing
3. word-space
|
||||||||
Answer:
Option (b) |
64. |
Which of the following statements is TRUE for CSS
1. An external style sheet is ideal when the style is applied to many pages
2. An inline style sheet should be used when a single document has a unique style
3. An external style sheet can be written in HTML
|
||||||||
Answer:
Option (a) |
65. |
Which of the following statements is/are true in css?
1. Hiding an element can be done by setting the display property to "none"
2. Hiding an element can be done by setting visibility property to "hidden"
3. Hiding an element can be done by setting block property to "hidden"
|
||||||||
Answer:
Option (b) |
66. |
ID name should not start with a number
|
||||||||
Answer:
Option (b) |
67. |
______________ property specifies an image to use as the background of an element
|
||||||||
Answer:
Option (d) |
68. |
Which is not the selector type of CSS?
|
||||||||
Answer:
Option (c) |
69. |
The possible formats of CSS colors are.
i) Hex code - #RRGGBB
ii) Short Hex Code - #RGB
iii) RGB% - rgb(rrr%, ggg%, bbb%)
iv) Keyword - teal, blue, black
|
||||||||
Answer:
Option (d) |
70. |
...................... is used to import an external style sheet in a manner similar to the element.
|
||||||||
Answer:
Option (b) |