0% found this document useful (0 votes)
33 views3 pages

2ndT SUMMARY TEST - HTML

This document is a summary test for ICT 8 focusing on HTML for the 2nd quarter of the school year 2024-2025 at Sta. Rita National High School in the Philippines. It includes multiple-choice questions and coding tasks that assess students' knowledge of HTML tags and attributes. The test covers topics such as background colors, hyperlinks, lists, and text formatting.

Uploaded by

Catherine Talens
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views3 pages

2ndT SUMMARY TEST - HTML

This document is a summary test for ICT 8 focusing on HTML for the 2nd quarter of the school year 2024-2025 at Sta. Rita National High School in the Philippines. It includes multiple-choice questions and coding tasks that assess students' knowledge of HTML tags and attributes. The test covers topics such as background colors, hyperlinks, lists, and text formatting.

Uploaded by

Catherine Talens
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Republic of the Philippines

DEPARTMENT OF EDUCATION
Division of Nueva Ecija
STA. RITA NATIONAL HIGH SCHOOL
Summary Test – 2nd Quarter
ICT 8 - HTML
S.Y. 2024-2025

Name: ________________________ Yr/Section: _____________ Date: ______________ Score: ________

I. Multiple Choice. Select the letter of the best answer.

____________________1. What is the preferred way for adding a background color in HTML? Write the code.
____________________2. What is the correct html tag for creating hyperlink? Write the code in adding
www.facebook.com hyperlink.
____________________3. Write the tag for adding items in an ordered list.
____________________4. Write the tag for coding definition of a term in a definition list.
____________________5. To start a numbered list with regular numerals, what value is use? Write the whole tag if
possible to easily understand the tag.

____________________6. What tag introduces an unnumbered list item?

____________________7. What tag introduces an unnumbered list?


____________________8. What tag tells the browser where the page starts?
____________________9. What attribute is used for a font name? Write the tag to set the font to “verdana”.
____________________10. What is the correct HTML element to define emphasized text.
____________________11. What element do you use to put CSS styles inside a HTML document?
____________________12. Write the tag to embed a hyperlink into an image with filename “sunflower.jpeg”
____________________13. What will be the color of the text if the following code is used:

<h1 style=”color:blue”><span style=”color:red;”>Colored HTML</span></h1>


____________________14. Alvin is placing a link in his personal Web page to his school’s Web site. He uses
the following code: <a http://calabanhs.edu> Visit Sta. Rita National High School </a> Alvin’s hyperlink will not
function, write the correct code to achieve Alvin’s purpose.

____________________15. A list that is found within a list is called _______.


II. Coding
Fill in the blanks below with the needed tag. Refer to the document shown on TV screen.

1. ___________
<head>
<title>Summary Test</title>
</head>
2. ___________
3. ___________This is the start of your EXAM.<br>
We will check if you remember how to make the text
4. ___________bold___________,
5. ___________italized___________,
and
6. ___________underlined___________.</p>
<p>You will be given 10 minutes each to finish the activity.</p>
<p>Remember the different kinds of lists such as:
7. ___________
<ul>
8. ___________
<font face="monotype corsiva" color="red">Unordered Lists - Circle Type</font>
</u>
</li>
9. ___________
<li>Disc Type</li>
10. ___________Circle Type___________
<li>Square Type</li>
11. ___________
<li>
12. ___________Numbered List</font></li>
13. ___________
<li>Grade 7</li>
<li>Grade 8</li>
<li>Grade 9</li>
14. ___________
<li>
<font face="monotype corsiva" color="red">Uppercase List
15. ___________
</li>
16. ___________
<li>Grade 7</li>
<li>Grade 8</li>
<li>Grade 9</li>
17. ___________
18. ___________
<font face="monotype corsiva" color="red">Roman Numeral</font>
</li>
<ol type="I">
<li>Grade 7</li>
<li>Grade 8</li>
<li>Grade 9</li></ol>
19. ___________
20. ___________
<p>This is only few of those many types of list.<br>I hope you get them right.
21. ___________
22. ___________
<font color="blue" size="12">GOOD LUCK!!!
23. ___________
</p>
24. ___________
25. ___________

You might also like