0% found this document useful (0 votes)
48 views4 pages

HTML q2 Exam

The student took an HTML exam consisting of multiple choice questions testing their knowledge of HTML tags, elements, and attributes. They were tested on topics like common tags, links, images, lists, tables, and CSS. The exam concluded with questions about comments, headings, colspan, rowspan and using HTML to define text styling and colors.

Uploaded by

joem oliquino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views4 pages

HTML q2 Exam

The student took an HTML exam consisting of multiple choice questions testing their knowledge of HTML tags, elements, and attributes. They were tested on topics like common tags, links, images, lists, tables, and CSS. The exam concluded with questions about comments, headings, colspan, rowspan and using HTML to define text styling and colors.

Uploaded by

joem oliquino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SCORE

PREMIERE COMPUTER
LEARNING CENTER

Quarter 2 Exam
(HTML)

STUDENT’S NAME

Section: DATE

PARENT/ GUARDIAN (Signature Beside Printed Name)

NOTE: Read, understand and answer the questions carefully. Write legibly and avoid erasures. No superimpositions please.
Wrong spelling is wrong.

I. MULTIPLE CHOICE
Directions: Encircle the letter of the correct answer.
1. What does HTML stand for?
a. Hyperlinks Text Markup Language c. Home Tool Markup Language
b. Hyper Text Markup Language
2. Who is making the Web Standards?
a. The World Wide Web Consortium c. Google
b. Mozilla d. Microsoft
3. The following are preliminary tags except for
a. <body> c. <html>
b. <title> d. <b>
4.
5. Address of a given unique resource on the Web.
a. link c. url
b. http d. website
6. Choose the correct HTML element for the largest heading
a. <heading> c. <head>
b. <h6> d. <h1>
7. What is the correct HTML element for inserting line break?
a. <b4> c. <br>
b. <break> d. <lb>
8. What is the correct HTML for adding a background color?
a. <body style=”background-color:yellow;’> c. <body bg = “yellow”>
b. <background>yellow</background> d. None of the above
9. Choose the correct HTML element to define important text
a. <strong> c. <b>
b. <i> d. <important>
10. Choose the correct HTML element to define emphasized text
a. <em> c. <italic>
b. <emp> d. <b>
11. What is the correct HTML for creating a hyperlink
a. <a c. <a
url=http://www.youtube.com>YouTube</a href=”http://www.youtube.com>Youtube</
> a>
b. <a>http://www.youtube.com</a> d. <a
web==”http://www.youtube.com>Youtube
</a>
12. Which is character is used to indicate an end tag?
a. * c. |
b. / d. >
13. How can you open a link in a new tab/browser window?
a. Which is character is used to indicate an c. <a href=”url” tab =”new”>
end tag d. <a href=”url”target=”_blank”>
b. <a href=”url”target=”new”>
14. Which of these elements are all <table> elements?
a. <thead><body<tr> c. <tbale><tr><td>
b. <table><head><tfoot> d. <table><tr><tt>
15. What is the correct HTML for inserting an image?
a. <img src=”image.gif” alt “MyImage”> c. <img href = “image.gif” alt=”myimage”>
b. <img alt = “myimage”>image.gif</img> d. <img src = “image.gif’ alt=”myimage”>
16. How can you make a list that lists the item with numbers?
a. <oi> c. <ui>
b. <di> d. List
17. How can you make a list that lists the items with bullets?
a. <di> c. <oi>
b. <ui> d. List
18. What is the correct HTML for inserting background image?
a. <background img = “picture.jpg”> c. <body background = “background.gif”>
b. <img src = “picture.jpg”> d. All of these
19. What is the correct HTML for making a checkbox?
a. <check> c. <checkbox>
b. <input type = “check”> d. <input type = “checkbox”>
20. What is the correct html for making a text input field?
a. <textinput type = “text”> c. <input type = “text”>
b. <input type = “textfield”> d. <textfield>
21. What is the correct HTML for drop down list?
a. <list> c. <input type = “dropdown”>
b. <input type = “list”> d. <textfield>
22. What is the correct HTML for drop down list
a. <list> c. <input type = “dropdown”>
b. <input type = “list”> d. <select>
23. What is the correct HTML for making a text area?
a. <input type = “textarea”> c. <input type = “textbox”>
b. <textarea> d. None of the above
24. Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
a. title c. alter
b. src d. None of the above
25. Which HTML defines a section in a document?
a. <class> c. <sec>
b. <div> d. <obj>
26. text displayed on a computer display or other electronic devices with references to other text that the reader
can immediately access
a. Hypertext c. Link
b. Hyperlink d. Markuptext
27. Electronic link providing direct access from one distinctively marked place in a hypertext or hypermedia
document to another in the same or a different document.
a. Metalink c. Hypertext
b. Hyperlink d. Markuptext

28. Use the correct HTML to make the text below into a link to "home.html".
a. <a href = “home.html”> home </a> c. <a link = “home.htm”l>home</a>
b. <href = “Home”>home.html</a> d.<href a = “home”>home.html</a>

29. Use the HTML image attributes to set the size of the image to 250 pixels wide and 400 pixels tall.
a. <image src = “scream.png” width=”250” height=”400”>
b. <img src = “scream.png” width=”250” height=”400”>
c. <image src = “scream.png” width=”250” height=”400”>
d. < img src = “scream” width=”250” height=”400”>

30. Add a list item with the text “coffee” inside the <ul>.
a. <ul> c. <ul>
<li>Coffee</li> <ul>Coffee</ul>
</ul> </ul>
b. <li> d. <li>
<ul>Coffee</ul> <li>Coffee</li>
</li> </li>

31. Which CSS is use to set the font of the paragraph to "courier".
a. <p style=”font-family:courier;”>This is a paragraph.</p>
b. <p style=”courier:font;”>This is a paragraph.</p>
c. <p style=”courier:font-family;”>This is a paragraph.</p>
d. <p style=”font:courier;”>This is a paragraph.</p>

32. Which of the following is the largest heading


a. <h1> c.<heading 1>
b. <h6> d.<heading 6>
33. Which of the following tag is use to make a comment.
a. <!—This is comment--> c. *This is a comment
b. “This is a comment” d. –This is a comment
34. What property is use to make the text color violet
a. <p style=”color: violet”>This is a paragraph.</p>
b. <p color=”violet”> This is a paragraph.</p>
c. <p color=”violet” style> This is a paragraph.</p>
d. <p color style =”violet”> This is a paragraph.</p>
35. To create a table cell that spans two rows and three columns at the same time, you enter the <td> tag as a.
a. <td rows=”2” cols=”3”> c. <td span =”3,2”
b. <td span=”2,3” d. <td rowspan=”2” colspan=”3”>
36. Tag that creates a block level element
a. <section> c. <div>
b. <span> d. <class>
37. Which tag inserts a line horizontally on your web page?
a. <hr> c. <line=”horizontal”>
b. <line> d. <tr>
38. To create HTML document you require a?
a. Web page editing software c. Just a notepad can be used
b. High powered computer d. None of the above
39. Which of the following is not a style tag?
a. <b> c. <i>
b. <tt> d. All of the above
40. The way the browser display the object can be modified by ________.
a. Attributes c. Modifiers
b. Parameters d. None of above
41. Which of the following HTML code is valid?
a. <font colour=”red”> c. <font=”red”>
b. <font color=”red”> d. <font style=”red”>
42. Which of the following is not a valid alignment attribute?
a. Left c. Top
b. Right d. All of above
43. With regard to e-mail addresses:
a. Always contain @ symbol c. they are case sensitive
b. Never contain spaces d. All of above
44. Which of the following is used to explore the internet?
a. Browser c. Clipboard
b. Spreadsheet d. Draw
45. What is internet explorer?
a. An Icon c. A Browser
b. A File Manager d. The Internet
46. What do I need to get onto internet?
a. Browser c. Modem
b. Computer d. All of the above
47. Which of the following are commonly found on a web?
a. Internet c. ISP
b. Hyperlinks d. All of the above
48. HTML document can contain
a. Attributes c. Plain text
b. Tags d. All of the above
49. HTML language is a set of markup _____.
a. Language c. Attributes
b. Tags d. Groups
50. Page designed in HTML is called a
a. Landing Page c. Front Page
b. Server Page d. Web Page

You might also like