100% found this document useful (1 vote)
743 views2 pages

G - 8 Ict HTML

This document appears to be a practice exam for a 4th periodical examination in ICT (Information and Communications Technology). It contains 3 sections - a multiple choice section with 5 questions, a matching section with 10 questions, and a fill in the blank section with 4 questions. The exam tests knowledge of HTML tags, elements, and entities used to structure and format web pages. It requires students to identify correct HTML answers and fill in missing code. The exam is out of a total of 30 points and includes spaces for the student's name, section, and date.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
743 views2 pages

G - 8 Ict HTML

This document appears to be a practice exam for a 4th periodical examination in ICT (Information and Communications Technology). It contains 3 sections - a multiple choice section with 5 questions, a matching section with 10 questions, and a fill in the blank section with 4 questions. The exam tests knowledge of HTML tags, elements, and entities used to structure and format web pages. It requires students to identify correct HTML answers and fill in missing code. The exam is out of a total of 30 points and includes spaces for the student's name, section, and date.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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. &gt;
________6. A tag for unordered list f. <li>
________7. A tag for ordered list g. <abbr>
________8. entity name for quotation mark h. &nbsp;
________9. entity name for quotation mark i. <th>
________10. A tag defines a table header j. &quot;
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>

You might also like