Grade6 StylingTextCSS
Grade6 StylingTextCSS
4TH
OVERVIEW QUARTER
Objectives:
Materials:
ENGAGE
1. What makes the cover of the magazines eye catching aside from the
pictures?
D- WHIZ in Web Designing using HTML and CSS for Grade 6
EXPLAIN
Choosing a Font Family
Choosing what kind of font you will use on your webpage will have a
big impact on its readability. You may lose your visitors if they will have
trouble reading your page.
Although there are no hard and fast rules regarding this matter, you
should remember that you don’t have the same control on the contents that
are supposed to be displayed online over things that you have to print. For
example, you may use on your web page but it isn’t guarantee that it will
displayed properly, because your viewers don’t have it installed in their
computers. To work around this issue, you can specify a font-family rather
than an individual font.
Choosing what kind of font you will use on your webpage will have a
big impact on its readability. You may lose your visitors if they will have
trouble reading your page.
Although there are no hard and fast rules regarding this matter, you
should remember that you don’t have the same control on the contents that
are supposed to be displayed online over things that you have to print. For
example, you may use on your web page but it isn’t guarantee that it will
displayed properly, because your viewers don’t have it installed in their
computers. To work around this issue, you can specify a font-family rather
than an individual font.
A Font- Family is a set of fonts with the same typeface but with
different sizes, weights, and slants. It is listed in order of preference. If the
computer displaying your page does not have the first font in the list, it will
check the second alternative font, and then the third, and so on until it finds
a match. Here’s how you can specify a font- family using a style- sheet:
In the inline style sheet, the quotation marks are placed around the entire
style rule.
You can be assured that at least you will get the last choice by specifying a
font type as your final font, in case the browser cannot display any of your
preferences. Below are some common groups o font families according to
their similar appearances:
EXPLORE
Demonstration:
To ensure that the browser will use your preferred font and will appear
properly when displayed in any computer screen, you may specify it using
the font- family property of your style sheet.
<head>
<title>Science World </title>
<meta charset= “utf-8”>
<link rel=”stylesheet” type=”text/css” href=”fontfamily.css”>
</head>
6. Save this html documents as climate-change-fontfamily.html.
7. Test in a browser.
Sample Output:
EXTEND
Coronavirus disease (COVID-19) is an infectious disease caused by a
newly discovered coronavirus. Most people who fall sick with COVID-19 will
D- WHIZ in Web Designing using HTML and CSS for Grade 6
You can be infected by breathing in the virus if you are within close proximity
of someone who has COVID-19, or by touching a contaminated surface and
then your eyes, nose or mouth.
EVALUATE
Instructions: Create and design a webpage with a theme “Ways how to
prevent COVID - 19” using style paragraph CSS in Notepad ++.
Layout & The webpage works The webpage The webpage The webpage is
Design and meets all of the works and meets works and meets not functioning
(10 pts) specifications. most of the some of the and did not meet
Extremely clear specifications. specification. the specifications,
structure, layout and Structure, layout Structure, layout structure, layout
format of the page; and format of the and format of the and format of the
Text and images flow page are fairly page are not so page. No clear text
together smoothly; clear. Text and clear. Text and links and images
color and fonts ( face links and images links and images applied.
style) effective to flow together; are cluttered and
support design and color and fonts confusing: colors
content.. ( face style ) and fonts ( face
support purpose style) used
and message. randomly.