Sie sind auf Seite 1von 3

Time Started: _______________

STA. IGNACIA HIGH SCHOOL Time Completed: ____________


PRIVATE Time Elapsed: _______________
Santa Ignacia, Tarlac, 2303
2nd Prelim Examination Computer G10
September 30, 2019

Name: __________________________________ Year & Section: ______________________ Score:________

I. Multiple Choice. Encircle the correct answer. (NO ERASURES).

1. HTML stands for?


a. Hyper Text Markup Language c. Hyper Tabular Markup Language
b. High Text Markup Language d. None of these
2. Which of the following tag is used to mark a beginning of paragraph?
a. <td> c. <p>
b. <br> d. <tr>
3. Correct HTML tag for the largest heading is?
a. <head> c. <heading>
b. <h2> d. <h1>
4. Web pages starts with which of the following tag?
a. <Title> c. <HTML>
b. <Body> d. <Form>
5. What i s the correct HTML for adding a background color?
a. <background>yellow<Background> c. <body bg color = "yellow">
b. <body color = "yellow"> d. <body bg ="yellow">
6. Main container for <TR>, <TD> and <TH> is
a. <TABLE> c. <DATA>
b. <GROUP>
d. All of these
7. The body tag usually used after
a. Title tag c. EM tag
b. HEAD tag d. FORM tag
8. How can you make a link?
a. <mail href c. <a href = "www.facebook.com">
+"https://www.facebook.com"> d. Both (b) and (c)
b. <a href
="https://www.facebook.com">
9. Choose the correct HTML tag to make text bold.
a. <bold> c. <bld>
b. <b> d. <h1>
10. What is the correct HTML tag to make a text italic?
a. <i> c. <it>
b. <italic> d. </>
11. HTML tags are surrounded by
a. Square brackets c. Round brackets
b. Angle bracket d. Curly brackets
12. <a> and </a> tags are used for
a. Adding image c. Adding text
b. Adding links d. Adding heading
13. <br> tag is used to add
a. Long break b. Paragraph break
c. Line break d. None of these
14. What does CSS stand for?
a. Creative Style Sheets c. Cascading Style Sheets
b. Colorful Style Sheets d. Computer Style Sheets
15. Where in an HTML document is the correct place to refer to an external style sheet?
a. At the end of the document c. At the top of the document
b. In the <head> section d. In the <body> section
16. Which HTML attribute is used to define inline styles?
a. Font c. Styles
b. Class d. Style
17. How do you add a background color for all <h1> elements?
a. all.h1 {background-color:#FFFFFF} c. h1 {background-color:#FFFFFF
b. h1.all {background-color:#FFFFFF} d. none of these
18. Which character is used to indicate an end tag?
a. * c. /
b. ^ d. >
19. Which of these elements are all <table> elements?
a. <thead> <body> <tr> c. <table> <tr> <tf>
b. <table> <tr> <td> d. <table> <head> <tfoot>
20. HTML comments start with
a. <! -- c. //*
b. // d. None of these

II. IDENTIFICATION. Write your answer on the space provided. (NO ERASURES).

1. What CSS property controls the text size? __________


2. What tag makes the text bold? __________
3. It gives content structure and meaning by defining that content. __________
4. It consists of a less-than sign followed by a forward slash and the element’s name, and then ends with a
greater-than sign. __________
5. These are properties used to provide additional information about an element. __________
6. It is a presentation language created to style the appearance of content. __________
7. It consists of a less-than sign followed by an element’s name, and then ends
with a greater-than sign. __________
8. These are identified by the use of less-than and greater-than angle brackets, < >, surrounding the element
name. __________
9. It points to the HTML element you want to style. __________
10. These are placed inside the head section of a particular web page via the style tag. __________

III. DEBUGGING. Analyze the given code and correct the incorrect syntax. (NO ERASURES) 20pts.
<!DOCTYPE html>
<html>
<head>
<title>PRELIMS A</title>
<link rel="stylesheet" src="css/main,css">
<style>
h1{
color:red:
}
#body{
background-color: aliceblue;
}
</style>
</head>
<body class="body">
<h1 align-text="center">HELLO WORLD<h1>
<img href="img,jpg">
<p style="color:pink > <!-- <p
style="color:pink"> 1pt -->
Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua.
<p>
</body>
</html>

Prepared By: Nomar R. Lapitan

Das könnte Ihnen auch gefallen