Information and Communication Technology - Laboratory
Information and Communication Technology - Laboratory
Information and Communication Technology - Laboratory
I. Description
II. Objective
III. Requirements
1. Hardware – Laptop
2. Software – Notepad, Google Chrome/Internet Explorer, Microsoft Word
IV. Procedure
1. You need to create a web page first. Then open it with Notepad.
2. So, one easy thing we can do to make the page more stylish is to add some colors.
In changing background color of webpage, you need to add a <style>, </style>
element to the HTML file. The style sheet will be inside that element.
(Leave the browser open, you will use it again later.)
body {
background-color: pink;
} Color you want to be on your webpage background
Before
Changes
h1 {
color: red; Font color
}
Before
Changes
4. Add some block behind your text to look more presentable. Add the following tag
to your h1 element:
Changes
Changes
When choosing a font style, just go to Microsoft Word’s font style list and look
for the font style you want to use on your webpage texts, copy the name of the
font style and paste it to your font-family tag.
6. Center your content on the webpage. To set your texts to the center of the
webpage, insert this tag:
text-align: center;
Before
Changes
7. When you’re done styling, don’t forget your closing style sheet tag to make an
effect. </style>
8. Repeat the procedure or just copy the style sheet tags and insert it to the other
elements. <h2>,<h3>,<p>.
HTML Webpage
Applied CSS
V. Reflection
1. What I have learn in this activity is all about the basic techniques on applying CSS to
a webpage that really improved my adaptability skills.
2. I have known the purpose of CSS, it is the way to define, apply, and manage sets of
style characteristics such as adding fonts styles, font colors, setting alignment of
content, and changing the webpage background color to make your webpage look
presentable.
3. Today, I’m inspired to know more about creating webpage not only in html but also
the other latest online software for creating a website.
4. It was nice to discover the different tags of CSS because whenever those tag works in
me, it is really satisfying to figure out things on your own.
5. I appreciate the value of CSS even more, because it is very useful for people
especially to web developers and bloggers that enables their website to be more
attractive and presentable.
VI. Reference/s
1. http://ieatcss.com/css-tutorial.html
VII. Output
Kathyrine's%20Web%20Site.html
https://www.youtube.com/watch?v=G8r8Am3TK9I