You are on page 1of 10

Time Started: _______________

STA. IGNACIA HIGH SCHOOL Time Completed: ____________


PRIVATE Time Elapsed: _______________
Santa Ignacia, Tarlac, 2303
2nd Final Examination Computer G10
October 18, 2019

Name: __________________________________ Year & Section: ______________________ Score: /100

I. Matching Type. Match the questions on the left with the answers on the right. (NO ERASURES).

1. What is the correct HTML tag for Italic? ___ a. <s>


2. These tags are surrounded by angle brackets. ___ b. <th>
3. This CSS property controls the text size. ___ c. <big>
4. This is an example of CSS comment. ___ d. Radio Buttons
5. This is an example of HTML comment. ___ e. Ordered List
6. This defines strikeout text. ___ f. <i>
7. This is an example of inline css ___. g. <link rel=”stylesheet” href=”main.css”>
8. This is how you connect your html files to css. ___ h. <p style=”color:blue”>HI</p>
9. This is a one example of html forms elements. ___ i. /* this is a Comment */
10. This tag will make the text bold in the table. ___ j. HTML tags
11. This is the tag used to create html forms. ___ k. Unordered list
12. A table is divided into row with this tag. ___ l. <td>
13. This list are marked with numbers. ___ m. <!-- this is a comment -->
14. This will make the text size bigger. ___ n. text-size
15. Each rows in the table are divided into data cells with o. <tr>
this tag. ___
16. This list are marked with bullets. ___ p. <forms>
17. This css property defines the text fonts. ___ q. <input>
18. This attribute defines the image location. ___
r. href=””
19. This attribute defines the css location. ___
s. src=””
20. This tag is used for text fields. ___
t. font-family:
II. Classification. Write the following words in their respective table below. (NO ERASURES). 20Pts.

height width link form href


Radio buttons td Text area th Drop down menu
tr rowspan style colspan Check box
table src body Text fields input

Attributes HTML Elements Form Elements Table tags and features


1. 1. 1. 1.
2. 2. 2. 2.
3. 3. 3. 3.
4. 4. 4. 4.
5. 5. 5. 5.

III. Complete the Tags and Attributes. Write the complete name of the following tags and Attributes. (NO ERASURES).

1. <b> _________________________________
2. <i> _________________________________
3. <br> _________________________________
4. <td> _________________________________
5. <th> _________________________________
6. <tr> _________________________________
7. <div> _________________________________
8. src _________________________________
9. <hr> _________________________________
10. <p> _________________________________
IV. Modified True or False. Write COMPUTER if the statement is correct, otherwise underline the word that makes the statement
incorrect and write the correct answer. (NO ERASURES) 2pts each.

1. _______________ CSS stands for Creative Style Sheet.


2. _______________ <h1> tag is the smallest heading tag.
3. _______________ <br> tag is used to add line break.
4. _______________ HTML is a presentation language created to style the appearance of content.
5. _______________ The body tag is usually used after the head tag.
6. _______________ HTML tags are surrounded by square brackets.
7. _______________ Inline styles are placed inside the head tag via the style tag.
8. _______________ <b> tag is used to make the text bigger.
9. _______________ HTML is considered as Markup Language.
10. _______________ Markup tags tells the web browser how to display the page.

V. Debugging. Correct the incorrect codes. Write your answer on the space provided. (NO ERASURES).

1. <h1 style=color:red;> Hello World </h1> ________________________________________


2. <table><tr><td>HI</td><tr></table> ________________________________________
3. <IDOCTYPE html> ______________________________
4. <img href=”img.jpg” /> ____________________________
5. <title>Activity 2 <title> _____________________________
6. .img{hieght: 250px;} ______________________________
7. Username: <input type:text /> ___________________________
8. <a src=”page1.html”> here </a> ___________________________
9. <style>.text{color:gr33n} </style> ___________________________
10. <link src=”main.css” /> _________________________

VI. Identification. Write you answer on the space provided. (NO ERASURES).
1. This tag defines strikeout text. __________
2. What is the tag that defines underlined text? __________
3. It has a less than sign followed by an element’s name. __________
4. In what tag you should place your css link? __________
5. What attribute is used to define inline styles? __________
6. This selector uses the id attribute of an HTML element to select a specific element. __________
7. These are used to format the layout of web pages. __________
8. It points to the HTML element you want to style. __________
9. Styles that are placed directly inside an HTML tag. __________
10. A separate style sheet which is then linked to the web page. __________
11. It is the largest network in the world. __________
12. The internet is also known as __________
13. Consist of information organized into webpages containing text and graphic images. __________
14. What is the most common transfer protocol used on the internet? __________
15. It is a program that searches for and identifies items in a database that correspond to keywords or characters. __________
16. These are commercial organization with permanent connection to the internet. __________
17. It is a collection of linked web pages that has a common theme. __________
18. It is the main page of a website. __________
19. Web is a collection of files that reside on a computers called __________
20. Software that you run on your computer to make it work as web client. __________

You might also like