4th Quarter - ICT 9 CSS - Chapter 2.1
4th Quarter - ICT 9 CSS - Chapter 2.1
Section Date:
:
4th Quarter – ICT 9
CSS – Chapter 2.1
Activity 1. Multiple Choice
Direction. Choose the letter of the correct answer. Write the letter on the space provided.
1. It used to explain the code, and may help when you edit the source code at a
later date.Layout
a. Tags
b. Elements
c. Comments
d. Layout
2. Which of the following will you use to make a comment?
a. /* */
b. /# #/
c. /& &/
d. /! !/
3. It specifies the opacity/transparency of an element. It can take a value from
0.0 - 1.0.
a. Invisible property
b. Light property
c. Opacity property
d. Fade property
4. This property specifies what kind of border to display.
a. Border-width
b. Border-style
c. Border-color
d. Border-
5. What is the right order if you want your border to have different color in
every side?
a. Top left bottom right
b. Top bottom right left
c. Top right left bottom
d. Top bottom left right
Border width:
Top - 25px
Bottom - 25px
Right - 20px
Left - 20px
Border color:
Top - red
Bottom - red
Right - blue
Left - blue