4th Periodical Examination in ICT 8
Name: __________________________________________ Score:____________/30
Section: ___________________________                            Date: ________________
I.     Multiple choice. Write the LETTER only. (5)
 1. HTML tags are surrounded by the two characters.
 A.   <>
 B.   <#
 C.   <!@
 D.   >!#@
 2. It is an element is used for horizontal rules that act as dividers between sections.
 A.    <body>
 B.    <head>
 C.    <hr>
 D.    <B>
 3. Web browsers makes request of pages from web servers by using a ____________.
 A.   URL
 B.   Server
 C.   Client
 D.   Medium
 4. In HTML, a hyperlink can be added as ______________.
 A.    <a href="http://www.example.com">Example</a>
 B.    <a src="http://www.example.com">example</a>
 C.    <a url="http://www.example.com">example</a>
 D.    <a link="http://www.example.com">example</a>
 5. The <a> tag is used to create an anchor to link from.
 A.    <li>
 B.    <a>
 C.    <hr>
 D.    <B>
                            4th Periodical Examination in ICT 8
II.          Matching Type. (10)
Instruction: Match column A with the correct answer on column B,
WRITE ONLY THE LETTER of answer on the blank provided at the right side of the test .
                             A                                                   B
________1. A tag defines an abbreviation                                         a. <q>
________2. A tag defines inserted text                                           b. <ul>
________3. A tag defines a short quotation                                       c. <var>
________4. A tag defines a variable                                              d. <hr>
________5. entity name for GREATER THAN                                          e. >
________6. A tag for unordered list                                              f. <li>
________7. A tag for ordered list                                                g. <abbr>
________8. entity name for quotation mark                                        h.  
________9. entity name for quotation mark                                        i. <th>
________10. A tag defines a table header                                         j. "
                                                                                 k. <ol>
                                                                                 l. <ins>
      III.      Fill in the blanks. (15)
      1. Set the size of the image to 250 pixels wide and 400 pixels tall.
             <img src="w3schools.jpg" width="______" height="______ ">
      2. Make the element below into a link that goes to "https://www.richmindale.com".
             <_________________ “https://www.richmindale.com>This is a link</a>
      3. Alternate text is useful when the image cannot be displayed, like when the page is read
         by a screen reader.
             <img src="richmindale.png" ___________ ="richmindale Logo">
      4. Use the correct HTML tag to add a heading with the text "London".
             ________________________
             <p>London is the capital city of England. It is the most populous city in the United
             Kingdom, with a metropolitan area of over 13 million inhabitants.</p>