You are on page 1of 3

QUIZ NO. 2.

Multiple Choice: Choose the correct answer. Write your answer on the answer sheet by
shading the letter that corresponds to your answer.

1. The default style and color of Unvisited Link in any browser is ___________

a. Normal and blue b. Underline and pink


c. Underlined and blue d. Underlined and magenta
2. What is the correct HTML for making a hyperlink?

a. <http://google.com></a> b. url=”http://google.com
c. <a d. <a
name=”http://google.com>Googl href=”http://google.com>Googl
e</a> e</a>
3. Which attribute is used to give destination address is <a> tag of HTML?

a. Link b. Type
c. Href d. Address
4. Choose the correct option.

a. Address specified as value of b. Address specified as value of


href in HTML have to be href in HTML have to be
relative absolute.
c. Destination address is specified d. Address specified as value of
as value of href between end href in HTML can be absolute
tag. or relative.
5. By default, the link in HTML is red and underlined when the link is _________.

a. Active b. Visited
c. Unvisited d. It is red and underlined
6. The correct HTML code for inserting an image is

a. <img src=”image.gif”> b. <img>image.gif</gif>


c. <img href=”image.gif”> d. <image src=”image.gif”>
7. Which format can create a transparent image?

a. SVG b. GIF
c. PNG d. JPG
8. Which of the following pair of attribute is required for img tag?

a. Src and a b. Src and alt


c. Img and alt d. Img and src
9. Web browser display images in the following format.
a. GIF b. JPEG
c. PNG d. All of the choices
10. The alt attribute allows

a. Addition of an alternate b. Addition of a border to image


hyperlink
c. Addition of alternative text d. Use of an alternative image in
about an image place of the specified image.
11. Which tag is used for List Items?

a. <li> b. <ol>
c. <dl> d. <ul>
12. What is the default item marker in unordered lists of HTML?

a. Disc b. Marker
c. Circle d. square
13. which tag an unordered list is represented?

a. <u> b. <l>
c. <ul> d. <ol>
14. HTML supports

a. Ordered lists b. Unordered lists


c. Both A and B d. Does not support any of those
types
15. <UL>….</UL> tag is used to _________

a. Display the numbered list b. Underline the text


c. Display the bulleted list d. Bold the text
16. Each cell of the table can be represented by using the ___________

a. <tr> b. <td>
c. <th> d. <thead>
17. Which of the following is not the element associated with HTML table layout?

a. Size b. Spanning
c. Alignment d. Color
18. Border spacing is given in ___________

a. Pixels b. Cm
c. Mm d. Inch
19. In HTML tables gap between two cells of same tables are known as.

a. Cell spacing b. Cell difference


c. Cell padding d. Cell spanning
20. If you want to merge two or more rows in a table which attribute you can use?
a. Rowmerge b. Rowspan
c. Colmerge d. colspan

You might also like