MCQS FROM HTML AND WEBPAGE DESIGNING
51. Choose the correct HTML tag to make a text italic
a. <ii>
b. <italics>
c. <italic>
d. <i>
52. Choose the correct HTML tag to make a text bold?
a. <b>
b. <bold>
c. <bb>
d. <bld>
53. 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">
54. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6> [Remember : there are 6 heading h1,h2,h3,h4,h5 and h6]
c. <h1>
d. <head>
55. What is the correct HTML tag for inserting a line break?
a. <br> [Remember: <br> is a single tag ]
b. <lb>
c. <break>
d. <newline>
56. What does vlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link
57. Which attribute is used to name an element uniquely?
a. class
b. id
c. dot
d. all of above
58. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type="checkbox">
c. <input=checkbox>
d. <input checkbox>
59. 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
60. Which of the following is not a pair tag?
a. <p>
b. < u >
c. <i>
d. <img> [Remember : <img> </img> never exit]
61. What is the full form of HTML?
a. Hyper text markup language
b. Hyphenation text markup language
c. Hyphenation test markinglanguage
d.Hyper text marking language
62. What is the full form of HTTP?
a. Hyper text transfer protocol
b. Hyper text transfer package
c. Hyphenation text test program
d. none of the above
63. What is a search engine?
a. a program that searches engines
b. a web site that searches anything
c. a hardware component
d. a machinery engine that search data
64. What is the full form of TCP/IP?
a. transmission control protocol / internet protocol
b. telephone call protocol / international protocol
c. transport control protocol / internet protocol
d. none of the above
65. HTML document start and end with which tag pairs?
a. <HEAD>….</HEAD>
b. <BODY>….</BODY>
c. <HTML>….</HTML>
d. <WEB>….</WEB>
66. Which tag is used to create body text in HTML?
a. <HEAD>
b. <TEXT>
c. <TITLE>
d. <BODY>
67. "Yahoo", "Infoseek" and "Lycos" are _________?
a. Search Engines
b. Browsers
c. News groups
d. None of the above
68. What does the .com domain represents?
a. Education domain
b. Commercial domain
c. Network
d. None of the above
69. In Satellite based communication, VSAT stands for?
a. Very Small Aperture Terminal
b. Varying Size Aperture Terminal
c. Very Small Analog Terminal
d. None of the above
70. Outlook Express is a _________
a. E-Mail Client
b. Browser
c. Search Engine
d. None of the above
71. <TITLE> … </TITLE> tag must be within ________
a. Title
b. Form
c. Header
d. Body
72. Text within <EM> … </EM> tag is displayed as ________
a. bold
b. italic
c. list
d. indented
73. Text within <STRONG> … </STRONG> tag is displayed as ________
a. bold
b. italic
c. list
d. indented
74. <UL> … </UL> tag is used to ________
a. display the numbered list
b. underline the text
c. display the bulleted list
d. bold the text
75. Which tag is used to display the numbered list?
a. <OL></OL>
b. <DL></DL>
c. <UL></UL>
d. <LI></LI>