Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

K0103

Name: Section:
Date: Score:

I. Perform what is being asked by the following statements.

<!DOCTYPE html>
<html>
<head>
<style>

</style>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

</body>
</html>

Apply the following specifications to the code above:

a. Set the background color of the page to "linen" and the background color of <h1> to
"lightblue".
b. Set the text color of the page to "red", and the text color of <h1> to "blue".
c. Center align the <h1> element.
d. Set the font size of the page to "15px", and the font size of <h1> to "2em".
e. Set the font family of the page to "Courier New", and the font family of <h1> to
"Verdana".

02 Quiz 2 *Property of STI


Page 1 of 1

You might also like