You are on page 1of 2

BIZ

ASSESSMENT

OH SALAD PT 1

OBJECTIVE TEST

MATCHING TYPE: Match column A with their description on column B by writing the corresponding letter
on the space provided before the number.

__________ 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 on the space provided before the number if the
statement is true. Otherwise, write FALSE.

__________ 8. To view a webpage, you need to have a browser.

__________ 9. To view the codes of a particular webpage, right-click anywhere on the webpage and then
choose View Page Info.

__________ 10. Usually the first line of a source code is the declaration of the HTML version.

__________ 11. For HTML5, the HTML declaration is <!DOCTYPE html5>.

__________ 12. The outermost element in HTML document is the <head> element.

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

__________ 14. To edit HTML codes, you will need a text editor such as Notepad++ or Sublime.

__________ 15. In saving the HTML document after you edit the codes, you can press CTRL + A.
BIZ
ASSESSMENT

OH SALAD PT 1

ANSWER KEY

MATCHING TYPE:

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

TRUE OR FALSE:

8. TRUE
9. FALSE
10. TRUE
11. FALSE
12. FALSE
13. TRUE
14. FALSE

You might also like