You are on page 1of 2

TechnoBiz / Quarter 1 / Meeting 2: Editing HTML

Objective Test

OH, SALAD (PART 1)


Editing a Salad-Making Website

MATCHING TYPE: Match the tags in column A with their description in column B. Write the letter of
the correct answer on the space provided.

__________ 1. <body> a. Container for all HEAD elements


__________ 2. <p> b. Defines the title of the HTML page
__________ 3. <title> c. Defines a paragraph
__________ 4. <h1> d. Defines the least important heading
__________ 5. <h6> e. Defines the most important heading
__________ 6. <head> f. Defines an HTML page
__________ 7. <html> g. Defines the body of the document

TRUE OR FALSE: Read each statement carefully. Write TRUE if the statement is true and FALSE if
it is false.

________________ 1. You need to have a browser to view a web page.

________________ 2. To view the codes of a particular web page, right-click anywhere on


the web page and then choose View Page Info.

________________ 3. Usually, the first line of a source code is the declaration of the HTML
version.

________________ 4. For HTML5, the HTML declaration is <!DOCTYPE html5>.

________________ 5. The outermost element in an HTML document is the <head> element.

________________ 6. Content within the <meta> will NOT be seen on the page. This
contains the metadata of the HTML document.

________________ 7. You can edit HTML documents using a code or text editor, such as
Notepad++ or Sublime.

________________ 8. You can press Ctrl + A to save the HTML document after you edit the
codes.

© 2021 TechnoKids Philippines | 1


TechnoBiz / Quarter 1 / Meeting 2: Editing HTML
Objective Test
ANSWER KEY

MATCHING TYPE:
1. g
2. c
3. b
4. e
5. d
6. a
7. f

TRUE OR FALSE:
1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE
6. TRUE
7. TRUE
8. FALSE

© 2021 TechnoKids Philippines | 2

You might also like