You are on page 1of 6

Ma.

Althea Gamboa
VIII – Pascal Computer 8

HANDS-ON 1
</html><!Doctype html>

<html>

<head>

<title>RAINBOW</title>

<link rel="stylesheet" href="gamboahandson1.css" type="text/css">

</head>

<body>

<p class="althea1">RED</p>

<p class="althea2">ORANGE</p>

<p class="althea3">YELLOW</p>

<p class="althea4">GREEN</p>

<p class="althea5">BLUE</p>

<p class="althea6">INDIGO</p>

<p class="althea7">VIOLET</p>

</body>

</html>

.althea1 {font-family: algerian; font-size: 12px; background-color: red; border-style:


dotted; }

.althea2 {font-family: algerian ; font-size: 12px; background-color: orange; border-style:


dotted; }

.althea3 {font-family: algerian ; font-size: 12px; background-color: yellow; border-style:


dashed; }
Ma. Althea Gamboa
VIII – Pascal Computer 8

.althea4 {font-family: algerian ; font-size: 12px; background-color: green; border-style:


dashed; } .althea5 {font-family: algerian ; font-size: 12px; background-color: blue;

border-style: dotted; }

.althea6 {font-family: algerian ; font-size: 12px; background-color: indigo; border-style:


dotted; }

.althea7 {font-family: algerian ; font-size: 12px; background-color: violet; border-style:


dashed; }
Ma. Althea Gamboa
VIII – Pascal Computer 8

HANDS-ON 2
<html>

<head>

<title>Office Productivity</title>

<link rel="stylesheet" href="gamboahandson2.css" type="text/css" >

</head>

<body> <p class="gamboa28"> The books contain MS Word 2010, MS Excel 2010,
MS Powerpoint 2010 and MS Outlook 2010. The book aims to educate the students in
creating documents, worksheet, presentation and organization using different software
that may work relatively.</p>

</body>

</html>

.gamboa28 { font-style: calibri; font-size: large; text-decoration: underline; line-


height: 200%; }
Ma. Althea Gamboa
VIII – Pascal Computer 8

HANDS-ON 3
<html>

<head>

<title>My Music</title>

<link rel="stylesheet" href="gamboahandson3.css" type="text/css">

</head>

<body>

<p class="gamboa28"> Bad Blood by Taylor Swift </p>

<p class="gamboa29"> Just The Way You Are by Bruno Mars </p>

<p class="gamboa30"> Hey Soul Sister by Train </p>

<p class="gamboa31"> Firework by Katy Perry </p>

<p class="gamboa32">Pyramid by Charice Pempengco </p>

</body>

</html>

.gamboa28:first-letter { font-family: calibri; font-size: 24px; font-weight: bold; color : red; }

.gamboa29:first-line { font-family: calibri; font-size: 14px; }

.gamboa30:first-letter { font-family: calibri; font-size: 24px; color: pink }

.gamboa31:first-line { font-family: calibri; font-size: 14px; }

.gamboa32:a{ font-family: calibri; font-size: 24px; color: violet }


Ma. Althea Gamboa
VIII – Pascal Computer 8

HANDS-ON 4
<html>

<head>

<title>My Music</title>

<link rel="stylesheet" href="gamboahandson4.css" type="text/css" >

</head>

<body>

<ul class="boa1">

<li>Taylor Swift Collections</li> </ul> <ul class="boa2">

<li>One Direction Collections</li> </ul>


Ma. Althea Gamboa
VIII – Pascal Computer 8

<ol class="boa3"> <li>Justin Beiber Collections</li>

</ol> <ol class="boa4"> <li>Charice Pempengco Collections</li> </ol>

<ul class="boa5"> <li>Katy Perry Collections</li> </ul>

</body>

</html>

.boa1 { border-style: dashed; border-width: 5px; }

.boa2 { border-style: dotted; border-width: small; }

.boa3 { border-style: dashed; border-width: 5px; }

.boa4 { border-style: dotted; border-width: 5px; }

.boa5 { border-style: dashed; border-width: small; }

You might also like