0% found this document useful (0 votes)
71 views2 pages

4th Quarter - ICT 9 CSS - Chapter 2.1

1. Comments are used to explain code and help when editing source code later. They are indicated by /* */. 2. The opacity property specifies the transparency of an element and can have a value from 0.0 to 1.0. 3. The border-style property specifies the type of border to display, such as solid, dotted, etc.

Uploaded by

Raymond Puno
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views2 pages

4th Quarter - ICT 9 CSS - Chapter 2.1

1. Comments are used to explain code and help when editing source code later. They are indicated by /* */. 2. The opacity property specifies the transparency of an element and can have a value from 0.0 to 1.0. 3. The border-style property specifies the type of border to display, such as solid, dotted, etc.

Uploaded by

Raymond Puno
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Name: Score:

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

Activity 2. Performance task


Direction. Duplicate the following screenshot. Show your code.

Border width:
Top - 25px
Bottom - 25px
Right - 20px
Left - 20px
Border color:
Top - red
Bottom - red
Right - blue
Left - blue

Font size: 50px


Text align: center

You might also like