You are on page 1of 3

THIRD QUARTER SUMMATIVE EXAMINATION SY 2020-2021

SENIOR HIGH SCHOOL GRADE 11


WEB 2
Name: _______________________________________ Date: ____________________
Section: ______________________________________ Score: ___________________

General instruction. Answer the given questions below. Avoid ERASURES. Any form of cheating is
prohibited. Talking to others and even to yourself aloud are considered cheating. Use BLACK INK pen
only. Write your answer on your yellow pad paper.

I. IDENTIFICATION
Instruction: Identify what is being asked. Write your answer on a yellow pad paper.
______ 1. This tag represents a generic document or application section.
______ 2. This tag represents an independent piece of content of a document, such as a blog entry or
newspaper article.
______ 3. What is the HTML5 syntax for script?
______ 4. These elements are forbidden from containing any content at all.
______ 5. This tag represents a section of the document intended for navigation.
______ 6. This tag represents a piece of content that is only slightly related to the rest of the page.
______ 7. This tag can be used to associate a caption together with some embedded content, such as a
graphic or video.
______ 8. This tag can be used to mark up a conversation.
______ 9. This tag represents a footer for a section and can contain information about the author,
copyright information, et cetera.
______ 10. This tag represents the header of a section.

II. MULTIPLE CHOICE


Instruction: Select the letter of the best answer. Write your answer on a yellow pad paper.
1. It is the year where HTML first publish.
A. 1991 C. 1827
B. 1954 D. 1952
2. This is the newest version of HTML.
A. HTML2.0 C. HTML3
B. XHTML D. HTML5
3. This version of HTML rejects web pages that did not comply. It fell out of favor gradually and was
abandoned completely in 2009.
A. HTML3 C. XHTML 2.0
B. XHTML 1.0 D. HTML5

4. This is the doctype declaration of what HTML version?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-
A.transitional.dtd">
HTML 3 C. HTML5
B. XHTML D. HTML 2.0
5. This is the year where HTML5 was officially published.
A. 2004 C. 2012
B. 2017 D. 2000

6. This attribute in <html> element declares which language the page content is in.
A. meta C. xmlns
B. lang D. DOCTYPE

7. The following are the new elements of HTML5 EXCEPT:


A. <body> C. <svg>
B. <header> D. <nav>

8. This tells the browser which type and version of document to expect.
A. lang C. xmlns
B. meta D. DOCTYPE

9. This is the <head> section of what HTML version?


<head>
<meta charset="utf-8">
<title>My First HTML5 Page</title>
<link rel="stylesheet" href="style.css">
</head>

A. HTML 3.0 C. HTML5


B. XHTML 1.0 D. XHTML 2.0

10. On the year 2000, it has been published with its stricter standard.
A. XHTML 1.0 C. HTML5
B. XHTML 2.0 D. HTML 3.0

III. TRUE OR FALSE


Instruction: Write TRUE if the statement is correct and FALSE if not. Write your answer on a yellow pad paper.
1. DOCTYPEs in older versions of HTML were longer because the HTML language was SGML based and
therefore required a reference to a DTD.
2. Closing empty elements are required in HTML5.
3. The DOCTYPE element in HTML5 is case – sensitive.
4. The standard character encoding of HTML5 is in UTF – 8.
5. Tags are delimited using angle brackets with the tag name in between.
6. Some attributes are defined globally and can be used on any element, while others are defined for specific
elements only.
7. Attributes may only be specified within start tags and must never be used in end tags.
8. HTML5 Attributes are case – sensitive.
9. HTML5 and XHTML have the same syntax rules.
10. All attributes have a name and a value.

©2020 Mind and Integrity College, Inc. All Rights Reserved Page 2 of 3
IV. APPLICATION
Instruction: Create a simple HTML document that will execute the output below:

“Trust in the LORD with all your heart and lean not on your own understanding.” – Proverbs 3:5 NIV
GOD BLESS AND STAY SAFE! <3

Prepared by: Approved:


_________________ ______________
Mr. Randy Mercado Dr. Edwin Casila
ICT Teacher School Principal

©2020 Mind and Integrity College, Inc. All Rights Reserved Page 3 of 3

You might also like