Sunday, July 24, 2011

HTML and CSS exercise

Create an HTML file and use the following as your source code: (copy+paste)

<html>

<!-- The head will contain the link to your external CSS file --!>

<head>

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

<title>Hello!</title>
</head>
<body>
<h1>CSS example!</h1>
<h2>Three ways to insert CSS</h2>
<h3>We have:</h3>
<ol>
<li>External - The CSS code is outside the HTML (linked)</li>
<li>Internal - The CSS code is inside the HTML (still linked from the inside)</li>
<li>Inline - The CSS code is written together with the HTML code</li>
</ol>
<p>This HTML file uses the External CSS code. The CSS file has the filename "samplestyle.css"</p>
<p> As you can see, as you have specified in the css file, the link to:
<a href="http://www.google.com"> Google </a> changes the actual color and it's hovered color.</p>
<!-- Please make sure you understand this code before proceeding to CSS --!>
</body>
</html>
=========================================================================
Afterwards, copy this CSS File (no copy paste this time, click to enlarge image)

Thursday, July 21, 2011

Exam Schedules

Schedule of Exams

First Year - Wednesday (July 27)

Second Year - Thursday (July 28)

Third Year (Einstein) - Monday (August 1)
Third Year (Pascal) - Tuesday (August 2)

Fourth Year - Wednesday (July 27)

Please be guided accordingly.

Friday, July 15, 2011

New Batch of Files Uploaded

More references for each year level! I have just uploaded the powerpoint files we have used in the past few weeks. Keep on studying :)

1st year - Online Activity

Visit the following webpage one by one then answer the questions inside those web pages.

Note: Whenever you made a mistake, you can always try again, make sure you read the pop-ups that appear when you click on an answer.

Monday, July 11, 2011

InMedia Club Blog

We are pleased to inform the students of LBAS that the official blog of the InMedia club is now online! Check out the latest happenings from the computer club!


Visit us today!