You are on page 1of 7

REMEDIAL EXAM

ICT 9
CHOICES
head link href class # .

: style type css video ;

{ } stylesheet id - style

” % 20px; color idname

font-family height </title> </head>

</style> </body> html classname


FILL IN THE BLANKS
A. EXTERNAL STYLE SHEET (HTML Document)

<______>
<______ rel = “______” ______ = “text/css” ______ =
“filename. ______”>
</head>
<body>
<div __________ = “classname”>
<p __________ = “idname”> This is a paragraph </p>
<h1> This is the heading one </h1>
</div>
</body>
FILL IN THE BLANKS
A. EXTERNAL STYLE SHEET (CSS Document)

______idname {
font-size: 25px;
______: green;
background-color: white; }

h1, ______classname{
______: Times New Roman;
font-size: ______; }

h1 ______
text-align______ right______ }
FILL IN THE BLANKS
B. INTERNAL STYLE SHEET

<head>
<title> This is the Title ______
______

<style>
img { width: 300px; ______: 300px; }
video { width: 300______; height: 150%; ______
______
FILL IN THE BLANKS
B. INLINE STYLE SHEET

<body>
<______ id = “______”>
<source src = “vid.mp4” type = “video/mp4”>
</video>

<h3 ______ = “color: green; background______color:


mintgreen;______> This is the Heading Three </h3>

<img src = “image.jpg” ______= “width: 50px;”>


______
CODING
B. 8 points
Create a CSS file using GROUPING SELECTOR.
Provide 4 properties and values.

You might also like