You are on page 1of 1

LAGUNA EASTERN ACADEMY OF SANTA ROSA. INC.

Ambrocia Subdivision, Brgy. Ibaba, City of Santa Rosa


Contact Nos: (049) 534-3771 / (049) 530-0987

COMPUTER 9 – ACTIVITY
MARCH 06, 2023

Name: ____________________________________________________ Date:_________________


Grade level & Section:____________________ Score:________________

A. Write the CSS codes (css_ch1.css) of the HTML codes below, arrange the following codes and
reflect what is wrong.
<DOCTYPE html>
<html>
<head>
<style>
a:link { background color: pink; text-decorations:none }
a:visited { background color:yellow; text-decoration: none }
a:hover { background-color: lightblue; text-declaration: none }
a:active { background-color: maroon; text-declaration: none }
</style>
</head>
<body>
<p>
<b>
<a href=”sample.html” target=”_blank”>
</p>
</body>
</html>

1. Why CSS style important?


______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
2. Explain what you perceived from the picture.
_________________________________________
_________________________________________
_________________________________________
_________________________________________

Do you think CSS helps developer succeed to


create a beautiful program? Explain.
_________________________________________
_________________________________________
_________________________________________
_________________________________________

You might also like