You are on page 1of 4

ICT Trends Webpage Designing and HTML

Practice Exam Set 02


F.M. 20 P.M. 15 Time 18 minutes Time left: 17 minutes and 45 seconds

1. To create HTML document you require a

web page editing software High powered computer Just a notepad can be used None of above

2. The special formatting codes in HTML document used to present content are

tags attributes values None of above

3. HTML documents are saved in

Special binary format Machine language codes ASCII text None of above

4. Some tags enclose the text. Those tags are known as

Couple tags Single tags Double tags Pair tags

5. The _____ character tells browsers to stop tagging the text

? / > %

6. In HTML document the tags

Should be written in upper case should be written in lower case should be written in proper case can be written in both uppercase or lowercase

7. Marquee is a tag in HTML to

mark the list of items to maintain inqueue Mark the text so that it is hidden in browser Display text with scrolling effect None of above

8. There are ____ different of heading tags in HTML

4 5 6 7

9. To create a blank line in your web page

press Enter two times press Shift + Enter insert >BR< tag insert <BLINE>

10. Which of the following is not a style tag?

<b> <tt> <i> All of above are style tags

11. The way the browser displays the object can be modified by _____

attributes parameters modifiers None of above

12. Which of the following HTML code is valid?

<font colour="red"> <font color="red"> <red><font> All of above are style tags

13. Which of the following is an attribute related to font tag?

size face color All of above are style tags

14. HTML supports

ordered lists unordered lists both type of lists does not support those types

15. What tag is used to list individual items of an ordered list?

LI OL UL None of above

16. When should you use path along with file name of picture in IMG tag?

path is optional and not necessary when the location of image file and html file are different when image file and html file both are on same location path is always necessary when inserting image

17. Which of the following is not a valid alignment attribute?

Left Right Top All of above

18. Which attribute is used with img tag to display the text if image could not load in browser?

description name alt id

19. Which attribute can be used with BODY tag to set background color green?

background="green" bgcolor="green" vlink="green" None of above

20. Which attribute you'll use with TD tag to merge two cells horizontally?

merge=colspan2 rowspan=2 colspan=2 merge=row2

You might also like