1st Quarter Exam in Prog. 12
1st Quarter Exam in Prog. 12
I. MULTIPLE CHOICE: Read the following statements carefully. Choose the best answer from the choices given below and
write it on the space provided before each number. Use CAPITAL letters only. AVOID ERASURES.
____ 1. How does HTML stands for?
a. Home Tool Markup Language c. Hyper Text Markup Language
b. Hyperlink and Text Markup Language d. Hyperbole Text Make Language
____ 2. Choose the correct HTML element for the largest heading:
a. <heading> b. <h1> c. <h6> d. <head>
____ 3. What HTML element is used to define a paragraph?
a. <p> b. <br> c. <span> d. <div>
____ 4. Which HTML tag is used to create a hyperlink?
a. <link> b. <a> c. <href> d. <url>
____ 5. Which HTML tag is used to create a line break?
a. <lb> b. <line> c. <br> d. <break>
____ 6. To italicize text in HTML, which tag is used?
a. <i> b. <italic> c. <em> d. <italics>
____ 7. What HTML element is used to define important text or emphasize text?
a. <important> b. <em> c. <strong> d. <i>
____ 8. Which HTML tag is used to create an image in an HTML document?
a. <img> b. <picture> c. <image> d. <src>
____ 10. What HTML element is used to mark text that should be deleted or removed from a document?
a. <strike> b. <remove> c. <del> d. <crossout>
____ 11. Which HTML tag is used to create a subscript in text?
a. <sup> b. <sub> c. <subscript> d. <down>
____ 12. What is the correct HTML style attribute used for adding a background color?
a. <body bg=”yellow”> c. <background>yellow</background>
b. <body style= “background-color:yellow;”> d. <style bg:rgb (100,120,100);>
____ 13. Which character is used to indicate an end tag?
a. ^ b. * c. / d. <
____ 14. What is the correct HTML style attribute used for inserting an image?
a. <img alt=”MyImage”>image.jpg</img> c. <img src=”image.jpg” alt=”MyImage”>
b. <img src=”image.jpg” alt=”MyImage”> d. <img href=”image.jpg” alt=”MyImage”>
____ 15. Which HTML element defines the title of a document?
a. <meta> b. <title> c. <head> d. <!DOCTYPE html>
II. Use an HTML scripting language to solve the following common problems.
1. Use the correct HTML TAG to add a heading with the text “BIT IC BEAVERS”
2. Create an HTML page or webpage and set the background color of the document (body) to yellow.
4. Create an HTML page or webpage with a paragraph of text that is both bold and italic.