Sunteți pe pagina 1din 10

Alcantara jonathan

multiple choice

1. A webpage displays a picture. What tag was used to display that picture?
a. picture
b. image
c.img
d. src
2. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>
3. Tags and text that are not directly displayed on the page are written in _____ section.
a. <html>
b. <head>
c. <title>
d. <body>
4. Which tag inserts a line horizontally on your web page?
a. <hr>
b. <line>
c. <line direction="horizontal">
d. <tr>
5. What should be the first tag in any HTML document?
a. <head>
b. <title>
c. <html>
d. <document>
6. Which tag allows you to add a row in a table?
a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>
7. How can you make a bulleted list?
a. <list>
b. <nl>
c. <ul>
d. <ol>
8. How can you make a numbered list?
a. <dl>
b. <ol>
c. <list>
d. <ul>
9. How can you make an e-mail link?
a. <a href=”xxx@yyy ”>
b. <mail href=”xxx@yyy ”>
c. <mail>xxx@yyy </mail>
d. <a href=”mailto:xxx@yyy ”>

10. What is the correct HTML for making a hyperlink?


a. <a href=”http:// mcqsets.com“>ICT Trends Quiz</a>
b. <a name=”https://mcqsets.com“>ICT Trends Quiz</a>
c. <https://mcqsets.com</a>
d. url=”https://mcqsets.com“>ICT Trends Quiz
11. Choose the correct HTML tag to make a text italic
a. <ii>
b. <italics>
c. <italic>
d. <i>
12. Choose the correct HTML tag to make a text bold?
a. <b>
b. <bold>
c. <bb>
d. <bld>
13. What is the correct HTML for adding a background color?
a. <body color=”yellow”>
b. <body bgcolor=”yellow”>
c. <background>yellow</background>
d. <body background=”yellow”>
14. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6>
c. <h1>
d. <head>
15. What is the correct HTML tag for inserting a line break?
a. <br>
b. <lb>
c. <break>
d. <newline>
16. What doesvlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link
17. Which attribute is used to name an element uniquely?
a. class
b. id
c. dot
d. all of above
18. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type="checkbox">
c. <input=checkbox>
d. <input checkbox>

19. To create a combo box (drop down box) which tag will you use?
a. <select>
b. <list>
c. <input type="dropdown">
d. all of above
20. Which of the following is not a pair tag?
a. <p>
b. < u >
c. <i>
d. <img>
21. To create HTML document you requirea
a. web page editing software
b. High powered computer
c. Just a notepad can be used
d. None of above
22. The special formatting codes in HTML document used to present contentare
a. tags
b. attributes
c. values
d. None of above
23. HTML documents are saved in
a. Special binary format
b. Machine language codes
c. ASCII text
d. None of above
24. Some tags enclose the text. Those tags are known as
a. Couple tags
b. Single tags
c. Double tags
d. Pair tags
25. The _____ character tells browsers to stop tagging the text
a. ?
b. /
c. >
d. %
26. In HTML document the tags
a. Should be written in upper case
b. should be written in lower case
c. should be written in propercase
d. can be written in both uppercase or lowercase
27. Marquee is a tag in HTML to
a. mark the list of items to maintaininqueue
b. Mark the text so that it is hidden in browser
c. Display text with scrolling effect
d. None of above

28. There are ____ different of heading tags in HTML


a. 4
b. 5
c. 6
d. 7
29. To create a blank line in your web page
a. press Enter two times
b. press Shift + Enter
c. insert <BR> tag
d. insert <BLINE>
30. Which of the following is not a style tag?
a. <b>
b. <tt>
c. <i>
d. All of above are style tags
31. The way the browser displays the object can be modified by _____
a. attributes
b. parameters
c. modifiers
d. None of above
32. Which of the following HTML code is valid?
a. <font colour="red">
b. <font color="red">
c. <red><font>
d. All of above are style tags
33. Which of the following is an attribute related to font tag?
a. size
b. face
c. color
d. All of above are style tags
34. HTML supports
a. ordered lists
b. unordered lists
c. both type of lists
d. does not support those types
35. What tag is used to list individual items of an ordered list?
a. LI
b. OL
c. UL
d. None of above
36. When should you use path along with file name of picture in IMG tag?
a. path is optional and not necessary
b. when the location of image file andhtml file are different
c. when image file and html file both are on same location
d. path is always necessary when inserting image

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


a. Left
b. Right
c. Top
d. All of above
38. Which attribute is used withimg tag to display the text if image could not load in browser?
a. description
b. name
c. alt
d. id
39. Which attribute can be used with BODY tag to set background color green?
a. background="green"
b. bgcolor="green"
c. vlink="green"
d. None of above
40. Which attribute you’ll use with TD tag to merge two cells horizontally?
a. merge=colspan2
b. rowspan=2
c. colspan=2
d. merge=row2

IDENTIFICATION

41. Awebpage displays a picture. What tag was used to display that picture?
42. <b> tag makes the enclosed text bold. What is other tag to make text bold?
43. Tags and test that are not directly displayed on the page are written in _____ section.
44. Which tag inserts a line horizontally on your web page?
45. What should be the first tag in any HTML document?
46. Which tag allows you to add a row in a table?
47. How can you make a bulleted list?
48. How can you make a numbered list?
49. How can you make an e-mail link?
50. What is the correct HTML for making a hyperlink?
51. HTML tag to make a text italic
52. HTML tag to make a text bold?
53. What is the HTML for adding a background color?
54. Choose the correct HTML tag for the smallest size heading?!
55. What is the HTML tag for inserting a line break?
56. What doesvlink attribute mean?
57. What Attribute is used to name an element uniquely?
58. What tag creates a check box for a form in HTML?
59. To create a combo box (drop down box) what tag will you use?
60. Which of the following is not a pair tag?
1.<p> . 2. < u > 3. <i> or 4. <img>

61. What is the full form of HTML?


62. What is the full form of HTTP?
63. What is a search engine?
64. What is the full form of TCP/IP?
65. HTML document start and end with which tag pairs?
66. Which tag is used to create body text in HTML?
67. "Yahoo", "Infoseek" and "Lycos" are _________?
68. What does the .com domain represents?
69. In Satellite based communication, VSAT stands for?
70. Outlook Express is a ________?

Matching type

Colum A

71. <TITLE> … </TITLE> tag must be within ________


72. Text within <EM> … </EM> tag is displayed as ________
73. Text within <STRONG> … </STRONG> tag is displayed as ________
74. <UL> … </UL> tag is used to ________
75. Which tag is used to display the numbered list?
76. Which tag is used to display the large font size?
77. <SCRIPT> … </SCRIPT> tag can be placed within ________
78. using <P> tag will
79. <TD> … </TD> tag is used for ________
80. What is true to change the text color to red?
81. With regards to e-mail addresses:
82. A homepage is __________
83. What is used to explore the Internet?
84. What is Internet Explorer?
85. What do I need to get onto the Internet?
86. What is an ISP?
87. What is valid IP address?
88. What is a domain name extension
89. What is a FTP program used for?
90. What is commonly found on web pages?
91. What is the correct syntax in HTML for creating a link on a webpage?
92. What is an attribute of <Table> tag?
93. What is the correct HTML tag to make the text bold?
94. What HTML tag would be used to display power in expression (A+B)2 ?
95. What is the correct HTML code to create an email link?
96.What is the correct HTML tag for the largest heading?
97. Output of XML document can be viewed ina
98. What is the correct way of describing XML data?

99. Comments in XML document is given by:


100. Which statement is true?

Colum B

Header
italic
bold
display the bulleted list
<OL></OL>
<BIG></BIG>
Header and Body
start a new paragraph
Table Records
<BODY TEXT=RED>
They must always contain an @ symbol
the first page of a website
Browser
A Browser
Computer, Modem, Browser
Internet Service Provider
192.168.56.115
.int
Transfer files to and from an Internet Server
hyperlinks
< A HREF = "mcqsets.html">
CELLPADDING
<B>, <STRONG>
<SUP>
<A HREF = "mailto:suresh@mcqsets.com"></A>
<H1>
Web browser
XML uses XSL to describe the data
<!_ _ _ _>
An XML document can have one root element

1-40

Cabacdcbdadabbaabbadcacdbdcccdabdcabdcbc

41-70

img
<strong>
<head>
<hr>
<html>
<tr> and </tr>
<ul>
<ol>
<a href="mailto:xxx@yyy ">
<a href="http://mcqsets.com">MCQ Sets Quiz</a>
<i>
<b>
<body bgcolor="yellow">
<h6>
<br>
visited link
d
<input type="checkbox">
<select>
<img>
Hyper text markup language
Hyper text transfer protocol
aweb site that searches anything
transmission control protocol / internet protocol
<HTML>….</HTML>
<BODY>
Search Engines
Commercial domain
Very Small Aperture Terminal
E-Mail Client
71-100

Header
italic
bold
display the bulleted list
<OL></OL>
<BIG></BIG>
Header and Body
start a new paragraph
Table Records
<BODY TEXT=RED>
They must always contain an @ symbol
the first page of a website
Browser
A Browser
Computer, Modem, Browser
Internet Service Provider
192.168.56.115
.int
Transfer files to and from an Internet Server
hyperlinks
< A HREF = "mcqsets.html">
CELLPADDING
<B>, <STRONG>
<SUP>
<A HREF = "mailto:suresh@mcqsets.com"></A>
<H1>
Web browser
XML uses XSL to describe the data
<!_ _ _ _>
An XML document can have one root element

S-ar putea să vă placă și