Sunteți pe pagina 1din 3

First Preliminary Examination

Computer

Name: _____________________________________ Section: ________________ Date: _____________

I. Direction: Label the parts of html document.


<html>
<head>
<title>
3. 2.
</title>
1. </head>
<body>
4
</body>
</html>
1. It begin and end each and every web page
2. Contains the title and other definition that are read by the browser before displaying the content
3. It contains the title of the page that is displayed at the top of the users browser
4. It contains the contents of the page to be displayed in a web browser

II.Direction: Read each item carefully. Choose the letter of the correct answer.
5. It is a marker that are used to define elements that contain text, images and objects.

a. HTML c. Head
b. HTML Tags d. Body

6. It is the language of the web that instruct the browser on what to display in the web page.

a. HTML c. Head
b. HTML Tags d. Body

7. What is the extension file of a HTML document?

a. .html b. .txt c. .ppt d. .xlsx

8. It is a graphical view of the html code.

a. Empty space c. HTML tags


b. Indention d. Attribute

9. It is defined by <p> </p>

a. Paragraph c. Empty space


b. Horizontal rule d. Comments

10. It defines the horizontal rule.

a. <hr> b. <br> c. <p> d. <h1>

11. It is defined by <!-- -->

a. Comment c. Horizontal rule


b. Line break d. Line break

12. It defines the largest heading.

a. <h1> b. <h2> c. <h5> d. <h6>

13. It defines the smallest heading.

a. <h1> b. <h2> c. <h5> d. <h6>

14. It defines a line break.


a. <br> b. <hr> c. <head> d. <body>

15. What do you call the html tag that do not have and end tag?

a. Empty tag c. Empty space


b. Html tag d. Body

16. It is the standard practice where sub elements are enclosed in their parent elements.

a. Nesting c. Siblings
b. Indention d. Sub-element

17. It is an extra information given to an HTML element and are placed in the start tag.

a. Empty space c. HTML tags


b. Indention d. Attribute

18. What do you call the element that belong to the same parent?

a. Child c. Tags
b. Attribute d. Nesting

19. A tag that are used to define the element that contains the body of the html document.

a. HTML c. Head
b. HTML Tags d. Body

20. It is a requirement it making html that is use in creating the html document.

a. Text editor c. Extension file


b. Browser d. Preview pane
III. Direction: Write true if the statement if correct and false if not
21. <DOCTYPE.html> is a document type declaration that tells the browser that the document is using
html.
22. Empty space is useless in the body of the html document for extra spaces are being removed or
disregarded when displayed in the page
23. HTML is a platform independent that can create or code on a computer and it uses a browser to
view a file as a web page
24. Nesting is an element that belong to the parent element.
25. Browser is a requirement in making an html document that is use in running/executing the html
document.
26. File extension is an identifier as a suffix given to a document or file
27. Body tag contains the bulk of content of the web page, including all text, graphics links forms and
formatting
28. Title tag provides information about the URL of webpage
29. Html tags identifies the file as html code so that it could be made known by other application across
the internet
30. Indention is the practice of nesting the child element to the parent element

S-ar putea să vă placă și