Web Technology MCQ questions and answers
Part 1
1. A webpage displays a picture. What tag was used to display that picture?
a. picture
b. image
c.img
d. src
answer:- c) img
2. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>
answer:- a)<strong>
3. Tags and text that are not directly displayed on the page are written in _____ section.
a. <html>
b. <head>
c. <title>
d. <body>
answer:- b) <head>
4. Which tag inserts a line horizontally on your web page?
a. <hr>
b. <line>
c. <line direction=”horizontal”>
d. <tr>
answer:- a) <hr>
5. What should be the first tag in any HTML document?
a. <head>
b. <title>
c. <html>
d. <document>
answer:- c) <html>
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>
answer:- d) <tr> and </tr>
7. How can you make a bulleted list?
a. <list>
b. <nl>
c. <ul>
d. <ol>
answer:- c) <ul>
8. How can you make a numbered list?
a. <dl>
b. <ol>
c. <list>
d. <ul>
answer:- b) <ol>
10. What is the correct HTML for making a hyperlink?
a. <a href=”http://www.google.com“>ICT Trends Quiz</a>
b. <a name=”https://www.google.com“>ICT Trends Quiz</a>
c. <https://www.google.com</a>
d. url=”https://www.google.com“>ICT Trends Quiz
answer:- a) <a href=”http://www.google.com“>ICT Trends Quiz</a>
11. Choose the correct HTML tag to make a text italic
a. <ii>
b. <italics>
c. <italic>
d. <i>
answer:- d)<i>
12. Choose the correct HTML tag to make a text bold?
a. <b>
b. <bold>
c. <bb>
d. <bld>
answer:- a) <b>
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”>
answer:- b) <body bgcolor=”yellow”>
14. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6>
c. <h1>
d. <head>
answer:- b) <h6>
15. What is the correct HTML tag for inserting a line break?
a. <br>
b. <lb>
c. <break>
d. <newline>
answer:- a) <br>
16. What doesvlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link
answer:- a) visited link
17. Which attribute is used to name an element uniquely?
a. class
b. id
c. dot
d. all of above
answer:- b) id
18. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type=”checkbox”>
c. <input=checkbox>
d. <input checkbox>
answer:- b) <input type=”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
answer:- a) <select>
20. Which of the following is not a pair tag?
a. <p>
b. < u >
c. <i>
d. <img>
answer:- 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
answer:- c) Just a notepad can be used
22. The special formatting codes in HTML document used to present contentare
a. tags
b. attributes
c. values
d. None of above
answer:- a) tags
23. HTML documents are saved in
a. Special binary format
b. Machine language codes
c. ASCII text
d. None of above
answer:- c) ASCII text
24. Some tags enclose the text. Those tags are known as
a. Couple tags
b. Single tags
c. Double tags
d. Pair tags
answer:- d) Pair tags
25. The _____ character tells browsers to stop tagging the text
a. ?
b. /
c. >
d. %
answer:- b) /
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
answer:- 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
answer:- c. Display text with scrolling effect
28. There are ____ different of heading tags in HTML
a. 4
b. 5
c. 6
d. 7
answer:- c) 6
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>
answer:- c) insert <BR> tag
30. Which of the following is not a style tag?
a. <b>
b. <tt>
c. <i>
d. All of above are style tags
answer:- 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
answer:- a) attributes
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
answer:- b) <font color=”red”>
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
answer:-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
answer:- c) both type of lists
35. What tag is used to list individual items of an ordered list?
a. LI
b. OL
c. UL
d. None of above
answer:- a) LI
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
answer:- b) when the location of image file andhtml file are different
37. Which of the following is not a valid alignment attribute?
a. Left
b. Right
c. Top
d. All of above
answer:- c) Top
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
answer:- c) alt
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
answer:- b) bgcolor=”green”
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
answer:- c) colspan=2
41. Awebpage displays a picture. What tag was used to display that picture?
a. picture
b.mage
c.img
d. src
answer:- c) img
42. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>
answer:- a) <strong>
43. Tags and test that are not directly displayed on the page are written in _____ section.
a. <html>
b. <head>
c. <title>
d. <body>
answer:- b) <head>
44. Which tag inserts a line horizontally on your web page?
a. <hr>
b. <line>
c. <line direction=”horizontal”>
d. <tr>
answer:- a) <hr>
45. What should be the first tag in any HTML document?
a. <head>
b. <title>
c. <html>
d. <document>
answer:- c) <html>
46. 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>
answer:- d) <tr> and </tr>
47. How can you make a bulleted list?
a. <list>
b. <nl>
c. <ul>
d. <ol>
answer:- c) <ul>
48. How can you make a numbered list?
a. <dl>
b. <ol>
c. <list>
d. <ul>
answer:- b) <ol>
49. 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 “>
answer:- d) <a href=”mailto:xxx@yyy “>
50. What is the correct HTML for making a hyperlink?
a. <a href=”http://google.com”>MCQ Sets Quiz</a>
b. <a name=”http://google.com”>MCQ Sets Quiz</a>
c. <http://google.com</a>
d. url=”http://google.com”>MCQ Sets Quiz
answer:- a) <a href=”http://google.com”>MCQ Sets Quiz</a>
51. Choose the correct HTML tag to make a text italic
a. <ii>
b. <italics>
c. <italic>
d. <i>
answer:- d) <i>
52. Choose the correct HTML tag to make a text bold?
a. <b>
b. <bold>
c. <bb>
d. <bld>
answer:- a) <b>
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”>
answer:- b) <body bgcolor=”yellow”>
54. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6>
c. <h1>
d. <head>
answer:- b) <h6>
55. What is the correct HTML tag for inserting a line break?
a. <br>
b. <lb>
c. <break>
d. <newline>
answer:- a) <br>
56. What doesvlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link
answer:- a) visited link
57. Which attribute is used to name an element uniquely?
a. class
b. d
c. dot
d. all of above
answer:- b) d
58. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type=”checkbox”>
c. <input=checkbox>
d. <input checkbox>
answer:- b) <input type=”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
answer:-a) <select>
60. Which of the following is not a pair tag?
a. <p>
b. < u >
c. <i>
d. <img>
answer:- d) <img>
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
answer:-
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
answer:- a) Hyper text transfer protocol
63. What is a search engine?
a. a program that searches engines
b. aweb site that searches anything
c. a hardware component
d. a machinery engine that search data
answer:- b) aweb site that searches anything
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
answer:- a) transmission control protocol / internet protocol
65. HTML document start and end with which tag pairs?
a. <HEAD>….</HEAD>
b. <BODY>….</BODY>
c. <HTML>….</HTML>
d. <WEB>….</WEB>
answer:- c) <HTML>….</HTML>
66. Which tag is used to create body text in HTML?
a. <HEAD>
b. <TEXT>
c. <TITLE>
d. <BODY>
answer:- d) <BODY>
67. “Yahoo”, “Infoseek” and “Lycos” are _________?
a. Search Engines
b. Browsers
c.News groups
d. None of the above
answer:- a) Search Engines
68. What does the .com domain represents?
a. Education domain
b. Commercial domain
c. Network
d. None of the above
answer:- b) Commercial domain
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
answer:- a) Very Small Aperture Terminal
70. Outlook Express is a _________
a. E-Mail Client
b. Browser
c. SearchEngine
d. None of the above
answer:- a) E-Mail Client
71. <TITLE> … </TITLE> tag must be within ________
a. Title
b. Form
c. Header
d. Body
answer:- c) Header
72. Text within <EM> … </EM> tag is displayed as ________
a. bold
b. italic
c. list
d. indented
answer:- b) italic
73. Text within <STRONG> … </STRONG> tag is displayed as ________
a. bold
b. italic
c. list
d. indented
answer:- a) bold
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
answer:- c) display the bulleted list
75. Which tag is used to display the numbered list?
a. <OL></OL>
b. <DL></DL>
c. <UL></UL>
d. <LI></LI>
answer:- a) <OL></OL>
76. Which tag is used to display the large font size?
a. <LARGE></LARGE>
b. <BIG></BIG>
c. < SIZE ></SIZE>
d. <FONT></FONT>
answer:- b) <BIG></BIG>
77. <SCRIPT> … </SCRIPT> tag can be placed within ________
a. Header
b. Body
c. both A and B
d. none of the above
answer:- c) both A and B
78. using <P> tag will
a. start a new paragraph
b. break the line
c. end the current paragraph
d. none of the above
answer:- a) start a new paragraph
79. <TD> … </TD> tag is used for ________
a. Table heading
b. Table Records
c. Table row
d. none of the above
answer:- b) Table Records
80. Which is true to change the text color to red?
a. <BODY BGCOLOR=RED>
b. <BODY TEXT=RED>
c. <BODY COLOR=RED>
d. none of the above
answer:- b) <BODY TEXT=RED>
81. With regards to e-mail addresses:
a. hey must always contain an @ symbol
b. hey can never contain spaces
c. they are case-insensitive
d. all of the above
answer:- d) all of the above
82. A homepage is __________
a. an index of encyclopedia articles
b. where all Internet data is stored
c. required for access to the Internet
d. the first page of a website
answer:- d) the first page of a website
83. Which of the following is used to explore the Internet?
a. Browser
b. Spreadsheet
c. Clipboard
d. Draw
answer:- a) Browser
84. What is Internet Explorer?
a. An Icon
b. A File Manager
c. A Browser
d. The Internet
answer:- c) A Browser
85. What do I need to get onto the Internet?
a. Computer
b. Modem
c. Browser
d. All of the above
answer:- d) All of the above
86. What is an ISP?
a.nternet System Protocol
b.nternal System Program
c. Internet Service Provider
d. None of the above
answer:- c) Internet Service Provider
87. Which of the following is valid IP address?
a. 984.12.787.76
b. 192.168.321.10
c. 1.888.234.3456
d. 192.168.56.115
answer:- d) 192.168.56.115
88. Which is not a domain name extension
a. mil
b. org
c. .int
d. .com
answer:- c) .int
89. What is a FTP program used for?
a. Transfer files to and from an Internet Server
b. Designing a website
c. Connecting to the internet
d. None of the above
answer:- a) Transfer files to and from an Internet Server
90. Which of the following are commonly found on web pages?
a.nternet
b. hyperlinks
c. intranet
d. all of the above
answer:- b) hyperlinks
91. What is the correct syntax in HTML for creating a link on a webpage?
a. <LINK SRC= “link.html”>
b. <BODY LINK = “link.html”>
c. <A SRC = “link.html” >
d. < A HREF = “link.html”>
answer:- d) < A HREF = “link.html”>
92. Which of the following is an attribute of <Table> tag?
a. SRC
b. LINK
c. CELLPADDING
d. BOLD
answer:- c) CELLPADDING
93. Choose the correct HTML tag to make the text bold?
a. <B>
b. <BOLD>
c. <STRONG>
d. Both A) and C)
answer:- d) Both A) and C)
94. Which HTML tag would be used to display power in expression (A+B)2 ?
a. <SUP>
b. <SUB>
c. <B>
d. <P>
answer:- a) <SUP>
95. Choose the correct HTML code to create an email link?
a. <A HREF = “[email protected] “></A>
b. <A HREF = “mailto:[email protected]”></A>
c. <MAIL>[email protected] </MAIL>
d. MAILHREF = “[email protected] “>
answer:- b) <A HREF = “mailto:[email protected]”></A>
96. Choose the correct HTML tag for the largest heading?
a. <H1>
b. <H6>
c. <H10>
d. <HEAD>
answer:- a) <H1>
97. Output of XML document can be viewed ina
a. Word Processor
b. Web browser
c. Notepad
d. None of the above
answer:- b) Web browser
98. What is the correct way of describing XML data?
a. XML uses a DTD to describe data
b. XML uses a description node to describe data
c. XML uses XSL to describe the data
d. XML uses a validator to describe the data
answer:- c) XML uses XSL to describe the data
99. Comments in XML document is given by:
a. <?– _ _–>
b. <!_ _ _ _!>
c. <!_ _ _ _>
d. </_ _ _ _>
answer:- c) <!_ _ _ _>
100. Which statement is true?
a. An XML document can have one root element
b. An XML document can have one child element
c. XML elements have to be in lowercase
d. All of the above
answer:- a) An XML document can have one root element
101. How to define the link should open in new page in HTML?
a. <a href = “https://google.com/” target = “blank”>Click Here</a>
b. <a href = “https://google.com/” target = “_blank”> Click Here </a>
c. <a href = “https://google.com/” target = “#blank”> Click Here </a>
d. <a href = “https://google.com/” target = “@blank”> Click Here </a>
answer:- b) <a href = “https://google.com/” target = “_blank”> Click Here </a>
102. In HTML, Uniform Resource Identifier (URI) is used to
a. To create a frame document .
b. To create a image map in the webpage.
c. To customize the image in the webpage.
d. To identify a name or a resource on the internet.
answer:- d) To identify a name or a resource on the internet.
103. CSS is an acronym for
a. Cascading Style Sheet
b. Costume Style Sheet
c. Cascading System Style
d. None of the Above
answer:-a) Cascading Style Sheet
104. Which of the following protocol is not used in the Internet
a. Telnet
b. WIRL
c. HTTP
d. Gopher
answer:-b) WIRL
105. Who invented World Wide Web (WWW)?
a. Blaise Pascal
b. Charles Babbage
c. Herman Hollerith
d. Tim Berners-Lee
answer:-d) Tim Berners-Lee
106. What is the use of Web Font in HTML ?
a. that is the core font that is use to develop Web Pages.
b. that enables to use fonts over the Web without installation.
c. that is the special font that developed by Microsoft Corp.
d. All of the Above.
answer:-b) that enables to use fonts over the Web without installation.
107. What is <tt> tag in HTML?
a. It renders fonts as teletype text font style.
b. It renders fonts as truetype text font style.
c. It renders fonts as truncate text font style.
d. None of the Above.
answer:-a) It renders fonts as teletype text font style.
108. What is the use of Forms in HTML?
a. to display contents of email.
b. to display animation effect.
c. to collect user’s input.
d. None of the Above.
answer:-c) to collect user’s input.
109. What is the use of iframe in HTML?
a. to display a web page within a web page.
b. to display a web page with animation effect.
c. to display a web page without browser.
d. All of the Above.
answer:-a) to display a web page within a web page.
110. FTP is an acronym for
a. File Transaction Protocol
b. File Transmission Protocol
c. File Translation Protocol
d. File Transfer Protocol
answer:-d) File Transfer Protocol
111. Which HTML Tag will use to scroll a text in web page?
a. <marquee> … </marquee>
b. <scroll> … </scroll>
c. <round> … </round>
d. <go> … </go>
answer:-a) <marquee> … </marquee>
112. Which organization defines the Web Standards?
a. Microsoft Corporation
b. IBM Corporation
c. World Wide Web Consortium
d. Apple Inc.
answer:-c) World Wide Web Consortium
113. How to set a picture as a background web page?
a. <body background= “bgimage.gif”>
b. <body background image= “bgimage.gif”>
c. <background= “bgimage.gif”>
d. <background image= “bgimage.gif”>
answer:- a) <body background= “bgimage.gif”>
114. Which of following HTML Tag will inserting a line break?
a. <p />
b. <lb />
c. <br />
d. <break />
answer:-c) <br />
115. Which of the following tags are related to Table in HTML ?
a. <table> <row> <column>
b. <table> <tr> <td>
c. <table> <head> <body>
d. <table> <header> <footer>
answer:- b) <table> <tr> <td>
116. Which of the following is correct HTML for inserting an image?
a. <image source= “google.com/admin.jpg” alt= “This is me” />
b. <img src= “google.com/admin.jpg” alt= “This is me” />
c. <img source= “google.com/admin.jpg” alt= “This is me” />
d. <img alt= “This is me”>google.com/admin.jpg
answer:-b) <img src= “google.com/admin.jpg” alt= “This is me” />
117. Choose the correct HTML tag to left-align the content of a cell.
a. <tdleft>
b. <td leftalign>
c. valign= “left”>
d. <td align= “left”>
answer:- d) <td align= “left”>
118. Which tag is used to lists the items with bullets?
a. <bullet>…</bullet>
b. <list>…</list>
c. <ul>…
d. <ol>…</ol>
answer:-c) <ul>…
119. Is it possible to insert a table within another table?
a. Yes, but there must be exactly 2 rows and 2 columns in first table.
b. Yes, table can be inserted into cell of another table.
c. Yes, but there must be no border in second table.
d. No, it’s not possible.
answer:-b) Yes, table can be inserted into cell of another table.
120. What is the usage of alt value in <img> tag?
a. Alternative text for an Image
b. Alternative source of an Image
c. Caption of an Image
d. All of above
answer:-a) Alternative text for an Image
121. Which of the following is the correct regarding meta tag in HTML?
a. <meta> … </meta>
b. <meta name = ” ” />
c. <metadata> … </metadata>
d. <metadata name = ” ” />
answer:-b) <meta name = ” ” />
122. Which of the following is correct to set “Black” color as Background of page?
a. bgcolor = “#000000”>
b. <body background = “#000000”>
c. <body Background color = “#000000”>
d. All of Above
answer:-a) bgcolor = “#000000”>
123. Which of the following is correct to align H1 tag to Right Alignment
a. <h1 align = “right”> …
b. <h1 alignment = “right”> …
c. <h1 tag align = “right”> … </h1>
d. H1 cannot make Right Alignment
answer:-a) <h1 align = “right”> …
124. Which of the following is correct to change font face in Web Page
a. <font = “font name”> …
b. <font name = “font name”> … </font>
c. <font face = “font name”> … </font>
d. Font Face cannot change
answer:-c) <font face = “font name”> … </font>
125. Which of the following is incorrect regarding Logical styles?
a. Code looks like teletype
b. Sample looks like teletype
c. Keyboard looks like teletype
d. Variable looks like teletype
answer:-d) Variable looks like teletype
126. Which of the following is correct character entities for “Copyright” symbol?
a. •
b. Ÿ
c. ©
d. ³
answer:-c) ©
127. Which tag is used to display Preformatted texts?
a. <pre> … </ pre>
b. <prefor> … </ prefor>
c. <pre text> … </ pre text>
d. <pre format> … </ pre format>
answer:-a) <pre> … </ pre>
128. Which is the correct to create an Arabic numeral list
a. <ul type=”1″>
b. <ol type=”1″>
c. <il type=”1″>
d. <li type=”1″>
answer:-b) <ol type=”1″>
129. How to add alternative text for an Image?
a. <img src = “https://google.com/brand.png” alternate = “Brand of website” />
b. <img src = “https://google.com/brand.png” alt text = “Brand of website” />
c.src = “https://google.com/brand.png” alternate text = “Brand of website” />
d.src = “https://google.com/brand.png” alt = “Brand of website” />
answer:-d) src = “https://google.com/brand.png” alt = “Brand of website” />
130. How to embedded Audio Files in HTML?
a. src = “mysong.mid” width = “100” height = “15”>
b. <embed sound = “mysong.mid” width = “100” height = “15”>
c. <embed audio = “mysong.mid” width = “100” height = “15”>
d. <embed music = “mysong.mid” width = “100” height = “15”>
answer:-a) src = “mysong.mid” width = “100” height = “15”>
131. Which of the following is used to create web pages?
a. HTML
b. C
c. JVM
d. DTD
answer:-a) HTML
132. HTML is considered as ___ language
a. Programming Langauge
b. OOP Language
c. High Level Language
d. Markup Language
answer:-d) Markup Language
133. HTML language is a set of markup ___
a. Attributes
b. Tags
c. Sets
d. Groups
answer:-b) Tags
134. HTML tags are used to describe document ____
a. Definition
b. Language
c. Content
d. None of these
answer:-c) Content
135. HTML document can contain
a. Attributes
b. Tags
c. Plain text
d. All of these
answer:-d) All of these
136. Page designed in HTML is called a
a. Yellow Page
b. Web Page
c. Server Page
d. Front Page
answer:-b) Web Page
137. We can write HTML code using ____. Select appropriate option(s).
a. VLC Media
b. Notepad++
c. Microsoft PowerPoint
d. None of these
answer:-a) VLC Media
138. HTML document is saved using ____ extension.
a. .htl
b. .html
c. .hml
d. .htnl
answer:-b) .html
139. The software that can read and render HTML documents is
a. Server
b. Compiler
c. Interpreter
d. Browser
answer:-d) Browser
140. PCs running Windows 3.x will have ____extension for html pages
a. .htl
b. .html
c. .htm
d. .hml
answer:-c) .htm
141. Which of the following is not an example of browser?
a. Netscape Navigator
b. Microsoft Bing
c. Mozilla Firefox
d. Opera
answer:-b) Microsoft Bing
142. Who is the primary author of HTML?
a. Brendan Eich
b. Tim Berners-Lee
c. Web Programmer
d. Google Inc
answer:-b) Tim Berners-Lee
143. HTML was first proposed in year ___.
a. 1980
b. 1990
c. 1995
d. 2000
answer:-b) 1990
144. HTML tags are surrounded by ___ brackets
a. Angle
b. Square
c. Round
d. Curly
answer:-a) Angle
145. Opening tag of HTML is called
a. Ending tag
b. Starting tag
c. Closed tag
d. Pair tags
answer:-b) Starting tag
146. HTML document contain one root tag called ____
a. HEAD
b. Title
c. Body
d. HTML
answer:-d) HTML
147. Basic fundamental block is called as ___
a. HTML tag
b. HTML body
c. HTML Attribute
d. HTML Element
answer:-a) HTML tag
148. Pick the odd out
a. Table
b. TR
c. TD
d. Form
answer:- d) Form
149. The first page of a website is called
a. Design
b. Home page
c. First page
d. Main page
answer:-b) Home page
150. The version of HTML is
a. HTML0
b. HTML1
c. HTML2
d. All of these
answer:- d) All of these
151. Head tag is used for?
a. Writing style
b. Writing Java Script
c. Including CSS, JS Files
d. All of these
answer:-d) All of these
152. How many heading tags are supported by HTML?
a. 3
b. 4
c. 5
d. 6
answer:- d) 6
153. Which is the largest heading tag?
a. H1
b. H3
c. H4
d. H6
answer:- a) H1
154. Which of the following are attributes of Font tag?
a. Face
b. Size
c. Color
d. All of above
answer:- d) All of above
155. ……………………. connects web pages.
a. Connector
b. Link
c. Hyperlink
d. None of the above
answer:-c) Hyperlink
156. Internet is ………………………….
a. a network of networks
b. an ocean of resources waiting to be mined
c. a cooperative anarchy
d. all of the above
answer:-d) all of the above
157. ……………… is suitable for remote administration of a computer.
a. FTP
b. Shell
c. Remote Procedure Call
d. Telnet
answer:- d) Telnet
158. Title tag is nested within the ………………….. tag.
a. Body
b. Head
c. List
d. Table
answer:- b) Head
159. ……………….. is a web’s native protocol.
a. SLIP
b. TCP/IP
c. HTTP
d. PPP
answer:-c) HTTP
160. The Internet uses the …………………… as the protocol engine.
a. SLIP
b. HTTP
c. TCP/IP
d. PPP
answer:-c) TCP/IP
161. A ……………………….. is a symbolic name a network administrator assigns to a machine.
a. URL
b. DNS
c. IP address
d. Host name
answer:-d) Host name
162. Which of the following protocol is used for e-mail services.
a. SMAP
b. SMTP
c. SMIP
d. SMOP
answer:- b) SMTP
163. …………………. is the incoming e-mail server.
a. POP
b. SMTP
c. SMIP
d. PPP
answer:-a) POP
164. ………………….. is a uniform naming scheme for locating resources on the web.
a. URI
b. HTTP
c. WEBNAME
d. RESOURCENAME
answer:- a) URI
165. The attribute ……………… of <BODY> tag sets color of hypertext links.
a. link
b. vlink
c. alink
d. hlink
answer:-a) link
166. Default font size of HTML is …………………..
a. 2
b. 4
c. 6
d. 3
answer:- d) 3
167. This is a networking device that passes data between networks having similar functions but dissimilar implementations.
a. Hub
b. Modem
c. Gateway
d. Repeater
answer:- c) Gateway
168. In order to connect to ISP’s server you need …….
a. Hand gloves
b. Printer
c. User name and Password
d. None of the above
answer:- c) User name and Password
169. DNS translates ………
a. domain name into IP
b. IP into domain name
c. both a & b
d. domain name into physical address
answer:-c) both a & b
170. In order to upload a HTML file to a web server, you use
a. HTTP
b. SMTP
c. SIP
d. FTP
answer:- d) FTP
171. IEEE stands for ……..
a. Institute of estimated elevator efficiency
b. Institute of electrical and economical engineers
c. Institute of Eurasia engineering event
d. Institute of electrical and electronics engineers
answer:- d) Institute of electrical and electronics engineers
172. The regional networks are connected to the corporate networks, this is also called as ……..
a. Backbone
b. LAN COM
c. WAN COM
d. Intranet
answer:-a) Backbone
173. Once the email is sent, the message is broken into pieces called ………………
a. Packets
b. Process
c. Digits
d. Bytes
answer:- a) Packets
174. ………………. is known as father of World Wide Web.
a. Robert Cailliau
b. Tim Thompson
c. Charles Darwin
d. Tim Berners-Lee
answer:- d) Tim Berners-Lee
175. ……………. are the physical meeting points of backbones.
a. Gateways
b. Pathways
c. Routers
d. Domains
answer:-a) Gateways
176. WSFTP is an example of ……………………… program.
a. FTP
b. Telnet
c. Web browser
d. Mail
answer:-a) FTP
177. Which of the following is best suitable for remote administration of a computer?
a. Telnet
b. WAIS
c. Browsers
d. HTML
answer:-a) Telnet
178. The leading bit pattern of class B network is ………………
a. 0
b. 10
c. 110
d. 11
answer:-b) 10
179. The …………………. attribute adds space within each cell.
a. CELL SPACING
b. CELL PADDING
c. WIDTH
d. ALIGN
answer:-b) CELL PADDING
180. Which of the following are two popular protocols that allow home computer users to connect their computers to the internet as per hosts? i) SLIP ii) PPPiii) HTTP iv) SMTP
a. iii and iv
b. ii and iii
c. i and ii
d. ii and iii
answer:-c) i and ii
181. A computer that translates …………………… of another computer into an …………… and vice versa, upon request is known as DNS server.
a. Domain name and IP address
b. Host address and Domain name
c. Domain name and server address
d. Server name and IP address
answer:-a) Domain name and IP address
182. Identify the uses of URI in HTML.: i) Link to another document or resource ii) Link to external style sheet or script iii) Create an image map
a. i and ii
b. i and iii
c. ii and iii
d. i , ii and iii
answer:- d) i , ii and iii
183. An ordered list is a …………………. list and an unordered list is a …………….. list.
a. bulleted & numbered
b. bulleted & tabular
c. tabular & numbered
d. numbered & bulleted
answer:- d) numbered & bulleted
184. Linking to another place in the same or another web page requires two A (Anchor) tags, the first with the ……………… attribute and the second the ……………….attribute.
a. NAME & LINK
b. LINK & HREF
c. HREF & NAME
d. TARGET & VALUE
answer:-c) HREF & NAME
185. What type of information should you avoid including on your Web site?
a. Links to sites of interest
b. Private personal information
c. Work and academic experience
d. Graphical
answer:-b) Private personal information
186. Which of the following web elements should you know about before building your web site?
a. The web audience
b. The operating environment of your ISP
c. The operating system of your visitor
d. Each consideration should determine your web design choices
answer:- a) The web audience
187. What is the language of the Web?
a. Basic
b. C++
c. MS Visual Basic
d. HTML
answer:-d) HTML
188. What does an HTML tag do?
a. It specifies formatting and layout instructions for your web page.
b. It hides programming instructions from view.
c. It determines the organizational structure of your Web site.
d. It connects your web site to an operating environment.
answer:-a) It specifies formatting and layout instructions for your web page.
189. A Web document is broken into sections. What are the tags called that create these sections?
a. Structure tags
b. HTML tags
c. Heading tags
d. Body tags
answer:-a) Structure tags
190. What should be the first and last pair of tags in your Web document?
a. <html></html> and <body></body>
b. <start><end> and <body></body>
c. <head><body> and <title></title>
d. <title></title> and <body<>/body>
answer:-a) <html></html> and <body></body>
191. When you use a heading tag in a document, what does the Web browser assumes?
a. Heading information is to appear in bold letters
b. Heading information is to appear on its own line
c. Heading information has a hyperlink
d. Heading information is shown as a size six
answer:-b) Heading information is to appear on its own line
192. For every Web document, you can add words that appear in the upper left bar area of your browser. What set of tags allows you to provide this information?
a. <head></head>
b. <head><head>
c. <label><label>
d. <title></title>
answer:-d) <title></title>
193. If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
a. Layout
b. Basic formatting
c. Design
d. Outline
answer:- b) Basic formatting
194. When creating a Web document, what format is used to express an image’s height and width?
a. Centimeters
b. Pixels
c. Dots per inch
d. Inches
answer:-b) Pixels
195. Why the web page creating language (HTML) named hypertext?
a. Because HTML contains hyperlinks in it
b. Because someone who creates web page is excessively tensed
c. Because it emphasis non-linear nature of linking among pages
d. Because web page coding is done using special kind of text
answer: c) Because it emphasis non-linear nature of linking among pages
196. What is hypertext?
a. It is the text hidden inside links
b. It is the random text
c. It is the buttons in which link is created
d. It is the displayed text containing links
answer: d) It is the displayed text containing links
197. In HTML how browsers are instructed to present content properly?
a. HTML files contain tags and attributes that tell how to render the page
b. Browsers are smart enough to determine proper display
c. Commands inside HTML files tell browsers how to display page
d. The syntax of HTML instructs the browsers to display page properly
answer: a) HTML files contain tags and attributes that tell how to render the page
198. What kind of language is HTML?
a. Web server programming language
b. Structured programming language
c. Web client programming language
d. Markup language
answer: d) Markup language
199. How is scripting language different than programming language?
a. Scripting languages are less complex than programming languages
b. Scripting languages do not need language processors and are portable
c. Scripting language is used to mediate between programs to generate data while programming language used to create programs
d. All of above
answer: c) Scripting language is used to mediate between programs to generate data while programming language used to create programs
200. How is markup language different than scripting language?
a. Markup languages controls the presentation of data rather than scripting languages mediate between programs
b. Markup languages can create programs while scripting languages can create source codes only
c. When you are writing it is markup language but once you upload it to the server it become scripting language
d. None of above.
answer: a) Markup languages controls the presentation of data rather than scripting languages mediate between programs
201. When was HTML invented?
a. In 1993 while researching for the Lynx browser
b. In 1990 by Tim Berners-Lee
c. In 1995 after the Internet Explorer was released
d. None of above
answer:b) In 1990 by Tim Berners-Lee
202. What do HTML files contain?
a. ASCII characters
b. Plain Text
c. Both of above
d. None of above
answer:c) Both of above
203. What do you mean by syntax highligher?
a. A system that highlights syntax errors while you write
b. A system that displays different elements of HTML page in different formats
c. A system that paints html codes and makes them look beautiful
d. A tool that highlights syntax when you click
answer: b) A system that displays different elements of HTML page in different formats
204. What is the default extension of Notepad?
a. htm
b. html
c. txt
d. all files *.*
answer: c) txt
205. When you write html file and save in Notepad but the file did not get icon of any browser. What’s the problem here?
a. You shouldn’t write HTML in Notepad.
b. You need to write html file in browser for the file to get browser’s icon
c. The file extension is set to txt while saving
d. None of above
answer: c) The file extension is set to txt while saving
206. HTML files can’t contain
a. Plain Text
b. Tags
c. Attributes
d. Formatted text
answer: d) Formatted text
207. You can view HTML pages in
a. Notepad
b. Browsers
c. Web Servers
d. All of above
answer:b) Browsers
208. You can edit HTML pages in
a. Notepad
b. Browsers
c. Web Servers
d. All of above
answer:a) Notepad
209. For any HTML page to be available worldwide
a. It must be stored in web server
b. The user must have internet connection and browser
c. It must be saved in internet browsers
d. All of above
answer:a) It must be stored in web server
210. The application that listens for requests, fetches the requested pages and sends them to the client is
a. HTML Server
b. Web Server
c. HTTP Server
d. Browser
answer:b) Web Server
211. Which of the following is not an extension for HTML file?
a. .htm
b. .html
c. .web
d. Both a & b
answer:c) .web
212. Which of the following is not webpage designing application?
a. Dream Weaver
b. Front Page
c. Microsoft Word
d. All of above
answer:c) Microsoft Word
1. Why the web page creating language (HTML) named hypertext?
a. Because HTML contains hyperlinks in it
b. Because someone who creates web page is excessively tensed
c. Because it emphasis non-linear nature of linking among pages
d. Because web page coding is done using special kind of text
answer:c. Because it emphasis non-linear nature of linking among pages
2. What is hypertext?
a. It is the text hidden inside links
b. It is the random text
c. It is the buttons in which link is created
d. It is the displayed text containing links
answer: d. It is the displayed text containing links
3. In HTML how browsers are instructed to present content properly?
a. HTML files contain tags and attributes that tell how to render the page
b. Browsers are smart enough to determine proper display
c. Commands inside HTML files tell browsers how to display page
d. The syntax of HTML instructs the browsers to display page properly
answer:a. HTML files contain tags and attributes that tell how to render the page
4. What kind of language is HTML?
a. Web server programming language
b. Structured programming language
c. Web client programming language
d. Markup language
answer:d. Markup language
5. How is scripting language different than programming language?
a. Scripting languages are less complex than programming languages
b. Scripting languages do not need language processors and are portable
c. Scripting language is used to mediate between programs to generate data while programming language used to create programs
d. All of above
answer:c. Scripting language is used to mediate between programs to generate data while programming language used to create programs
6. How is markup language different than scripting language?
a. Markup languages controls the presentation of data rather than scripting languages mediate between programs
b. Markup languages can create programs while scripting languages can create source codes only
c. When you are writing it is markup language but once you upload it to the server it become scripting language
d. None of above.
answer:a. Markup languages controls the presentation of data rather than scripting languages mediate between programs
7. When was HTML invented?
a. In 1993 while researching for the Lynx browser
b. In 1990 by Tim Berners-Lee
c. In 1995 after the Internet Explorer was released
d. None of above
answer:b. In 1990 by Tim Berners-Lee
8. What do HTML files contain?
a. ASCII characters
b. Plain Text
c. Both of above
d. None of above
answer:c. Both of above
9. What do you mean by syntax highligher?
a. A system that highlights syntax errors while you write
b. A system that displays different elements of HTML page in different formats
c. A system that paints html codes and makes them look beautiful
d. A tool that highlights syntax when you click
answer:b. A system that displays different elements of HTML page in different formats
10. What is the default extension of Notepad?
a. htm
b. html
c. txt
d. all files *.*
answer:c. txt
11. When you write html file and save in Notepad but the file did not get icon of any browser. What’s the problem here?
a. You shouldn’t write HTML in Notepad.
b. You need to write html file in browser for the file to get browser’s icon
c. The file extension is set to txt while saving
d. None of above
answer:c. The file extension is set to txt while saving
12. HTML files can’t contain
a. Plain Text
b. Tags
c. Attributes
d. Formatted text
answer:d. Formatted text
13. You can view HTML pages in
a. Notepad
b. Browsers
c. Web Servers
d. All of above
answer:b. Browsers
14. You can edit HTML pages in
a. Notepad
b. Browsers
c. Web Servers
d. All of above
answer:a. Notepad
15. For any HTML page to be available worldwide
a. It must be stored in web server
b. The user must have internet connection and browser
c. It must be saved in internet browsers
d. All of above
answer:a. It must be stored in web server
16. The application that listens for requests, fetches the requested pages and sends them to the client is
a. HTML Server
b. Web Server
c. HTTP Server
d. Browser
answer:b. Web Server
17. Which of the following is not an extension for HTML file?
a. .htm
b. .html
c. .web
d. Both a & b
answer:c. .web
18. Which of the following is not webpage designing application?
a. Dream Weaver
b. Front Page
c. Microsoft Word
d. All of above
answer:c. Microsoft Word
HTML Paragraph Formatting MCQ Questions
1. Which of the following tag aligns the paragraph centered horizontally on browser window?
a. <p align=”center”>
b. <p style=”align:center”>
c. <p style=”para-align:center”>
d. Both a & b
answer:a. <p align=”center”>
2. Which of the following HTML code is correct to align following paragraph to the right of available space on browser window?
a. <p text-align=”right”>
b. <p style=”text-align=right”>
c. <p style=”align:right”>
d. Both a & c
answer:b. <p style=”text-align=right”>
3. The HTML display depends on
a. Large or small screen
b. Maximized or resized widow
c. Both of above
d. None of above
answer:c. Both of above
4. If a browser encounters extra spaces or extra lines
a. Renders the spaces or lines
b. Renders the spaces or lines reducing only one space
c. counts them as only one space
d. removes all those spaces or lines
answer:c. counts them as only one space
5. The content is defined with tags and the presentation is defined by
a. attributes
b. styles
c. Elements
d. None of the above
answer:b. styles
6. You can specify multiple values for style attribute by
a. Separating each using semicolon
b. Separating each using comma
c. Separating each using a space
d. Separating each using double quotations
answer:a. Separating each using semicolon
7. Which of the following style aligns the paragraph to the right?
a. para-align:right
b. line-align:right
c. align-paragraph:right
d. text-align:right
answer:d. text-align:right
8. To effect double line spacing for a paragraph, which of the following style works?
a. line-spacing:double
b. line-spacing:2
c. line-height:2
d. text-height:2
answer:c. line-height:2
9. When the font size of characters is set to 14 points, which of the following sets double line spacing?
a. line-spacing:double
b. line-height:200%
c. line-height:2
d. Both b & c
answer:d. Both b & c
10. You can create indented paragraph in HTML using
a. indent attribute
b. blockquote element
c. Multiple code
d. padding style
answer:d. padding style
11. Which of the following renders 50 pixel right indent?
a. style=”padding-right:30″
b. style=”padding-left:30px”
c. style=”Padding-right:30px”
d. style=padding-right:30px
answer:c. style=”Padding-right:30px”
12. Which of the following is not available for padding?
a. padding
b. padding-left
c. padding-right
d. padding-center
answer:d. padding-center
13. padding-top can be used with style attribute of P element in HTML code to
a. create top margin
b. create space before current paragraph
c. create line spacing among lines in a paragraph
d. None of above
answer:b. create space before current paragraph
14. Which of the following CSS does not exist?
a. inline
b. outline
c. internal
d. external
answer:b. outline
15. Which kind of CSS is not written in current HTML file?
a. Internal
b. External
c. Inline
d. None of above
answer:b. External
17. The Internal CSS is written inside
a. P tag
b. Style element
c. separate file with .css extension
d. All of above
answer:a. P tag
18. Which of the following is considered best practice for defining styles?
a. inline styles
b. internal styles
c. external styles
d. None of the above
answer:c. external styles
19. To specify line-height, which of the following value you can write?
a. multiples
b. pixels
c. percentage
d. all of above
answer:d. all of above
20. Identify the false statement
a. Space before and after can be achieved using padding-left and padding-right styles for P element
b. Left and right indentation can be achieved using padding-left and padding-right styles for P element
c. Line spacing can be achieved by using line-height style for P element
d. Style is a global attribute
answer:a. Space before and after can be achieved using padding-left and padding-right styles for P element
HTML Document Structure MCQ Questions
1. HTML document has three main elements. Which of the following is not one of them?
a. DTD
b. Head
c. Neck
d. Body
answer:c. Neck
2. Which element contains the Head and Body elements inside it?
a. <!DOCTYPE>
b. <html>
c. <living being>
d. None of above
answer:b. <html>
3. Which of the following element can’t be contained in any other elements?
a. <!DOCTYPE>
b. <HTML>
c. <HEAD>
d. <BODY>
answer:b. <HTML>
4. Which of the following is not an element in HTML document?
a. <!DOCTYPE>
b. <HTML>
c. <HEAD>
d. <BODY>
answer:a. <!DOCTYPE>
5. Which element is also known as root element in any HTML document?
a. <!DOCTYPE>
b. <HTML>
c. <HEAD>
d. <BODY>
answer:b. <HTML>
6. In which part of HTML document we can define meta data?
a. <!DOCTYPE>
b. <HTML>
c. <HEAD>
d. <BODY>
answer:c. <HEAD>
7. How many different type of DOCTYPE are defined for HTML documents in HTML 4?
a. 1
b. 2
c. 3
d. 4
answer:c. 3
8. How many different type of DOCTYPE are defined in HTML 5?
a. 1
b. 2
c. 3
d. 4
answer:a. 1
9. Which of the following is not a DOCTYPE in HTML 4?
a. Strict
b. Transitional
c. Transactional
d. Frameset
answer:c. Transactional
10. Head and Body elements are nested inside which element?
a. DOCTYPE
b. HTML
c. HEAD
d. All of above
answer:b. HTML
11. What is the use of Head part of a HTML document?
a. To make the document look better
b. to provide information to browser about how document should be rendered correctly
c. to separate some part from body of document
d. All of above
answer:b. to provide information to browser about how document should be rendered correctly
12. Where should you write all the elements that you want them to appear in browser window?
a. <!doctype> part
b. <head> part
c. <body> part
d. Anywhere among the above three parts
answer:c. <body> part
13. Which of the following is not a part of HTML element?
a. Opening tag
b. Closing tag
c. Contents
d. None of above
answer:d. None of above
14. Which of the following tag can’t go inside <head> element?
a. Headings
b. Titles
c. Meta Data
d. Scripts
answer:a. Headings
15. …… tells something about the data itself and not about the content
a. Metadata
b. Contents inside head element
c. Footer
d. None of above
answer:a. Metadata
16. Which of the following is a mandatory element inside Head element for a good HTML document?
a. Metadata
b. Title
c. Scripts
d. Styles
answer:b. Title
17. You can define the character set used in HTML document using
a. Meta
b. Title
c. Script
d. Style
answer:a. Meta
18. When you visit any discussion in ICT Trends (icttrends.com) and don’t see a reply box, what does it indicate?
a. You are not logged in to ICT Trends
b. You are first time visitor to ICT Trends
c. You have already replied to this discussion
d. All of above
answer:a. You are not logged in to ICT Trends
19. You can log in to ICT Trends using which of the following IDs?
a. Facebook
b. Google
c. Yahoo
d. All of above
answer:d. All of above
20. Which element in HTML document lets you define the document is either HTML or XHTML?
a. <!DOCTYPE>
b. <HTML>
c. <HEAD>
d. <BODY>
answer:a. <!DOCTYPE>
22. Which language is used for creating Web Pages?
(A) PASCAL
(B) C
(C) HTML
(D) BASIC
23. What is the abbreviation of HTTP?
(A) Hypertext tag path
(B) Hyper Text Transfer Protocol
(C) Hypertext transfer path
(D) None
24. The entire web document is contained within ____
(A) Comments
(B) Tags
(C) Web page
(D) HTML element
25.HTML document should begin with the ____
(A) <HEAD> tag
(B) <TITLE> tag
(C) <BODY> tag
(D) <HTML> tag
26. GIF is the abbreviation for ___
(A) Graphics Interchange Format
(B) Graphics Instruction Format
(C) Graphics Item Format
(D) Graphics Information Format
27. The <Font> tag is similar to ____
(A) <BIG>tag
(B) <SMALL>tag
(C) <MARQUEE>tag
(D) <BIG>and<Small> tags
answer:(D) <BIG>and<Small> tags
28. The HTML and HTTP standard are defined by ____
(A) Web client
(B) Internet association
(C) WWW consortium
(D) WWW
29. Web page editors works on a ____ principle.
(A) WWW
(B) HTML
(C) WYSIWYG
(D) WYGWYSI
30. Which program is used by web clients to view the web pages?
(A) Web browser
(B) Protocol
(C) Web server
(D) Search Engine
31. What is the name of the location address of the hypertext documents?
(A) Uniform Resource Locator
(B) Web server
(C) File
(D) Web address
32. What are shared on the Internet and are called as Web pages?
(A) Programs
(B) Cables
(C) Hypertext documents
(D) None
33. How many colour names are used by the browsers?
(A) 8
(B) 10
(C) 12
(D) 16
answer: (D) 16
29. The tag used to add images to the HTML document is ____
(A) <FONT>
(B) <HR>
(C) <HI>
(D) <IMG>
30. The ____ passes the information given by the user to a specified program.
(A) User
(B) Programmer
(C) Web server
(D) Browser
31. ____ is used to store the data within the documents on the server.
(A) XML
(B) HTML
(C) DHTML
(D) CGI
answer:(A) XML
32 . Which tag is used to display text in title bar of a web document?
(A) Body tag
(B) Meta tag
(C) Title tag
(D) Comment tag
answer: (C) Title tag
33. The ____ attribute is used to identify the values of variables.
(A) text
(B) http-equiv
(C) content
(D) name
answer: (C) content
34. The language that instructs the browser on how to display the hypertext, and adds pictures to the document is __
(A) C
(B) COBOL
(C) HTML
(D) BASIC
answer: (C) HTML
35. Which tag is used to identify the keywords describing the site?
(A) Comment tag
(B) Title tag
(C) Meta tag
(D) Anchor tag
answer: (C) Meta tag
36. Which are used with a tag to modify its function?
(A) Files
(B) Functions
(C) Attributes
(D) Documents
answer: (C) Attributes
37. CGI stands for ___
(A) Common Gateway Internet
(B) Common Gateway Interface
(C) Central Gateway Interface
(D) Central Gateway Internet
38. ____ is a collection of controls in HTML.
(A) Form
(B) Field
(C) Table
(D) Frame
39. HTML allows us to create three different kinds of ___
(A) Functions
(B) Events
(C) Files
(D) Lists
40. ____ files are more compact than the GIF files.
(A) .JPG and JPEG
(B) .JPG
(C) .JPEG
(D) None of the above
41. HTML allows us to use ___ levels of headings.
(A) Two
(B) Three
(C) Five
(D) Six
answer: (D) Six
42. Which is an attribute of Meta tag?
(A) Name
(B) Content
(C) Both (a) and (b)
(D) None
43. Which tag is used to provide additional information about the page that is not visible in the browser?
(A) Anchor tag
(B) Meta tag
(C) Comment tag
(D) Body tag
44. Which character is used after the opening angular bracket to represent the closing tag?
(A) /
(B)
(C) |
(D) %
45. ____ are ignored by browser.
(A) Title tag
(B) Comments
(C) Body section
(D) Head section
46. The two commonly used browsers are ____
(A) Internet Explorer and Windows Explorer
(B) Outlook Express and Internet Explorer
(C) Microsoft Internet Explorer and Netscape Navigator
(D) Internet Explorer and HTML
answer:(C) Microsoft Internet Explorer and Netscape Navigator
47.Which section of the Web page will contain Meta tags?
(A) Body section
(B) Heading section
(C) (a) or (b)
(D) None
48. What are the two segments of a style tag?
(A) Selector and property
(B) Name and content
(C) Head section and body section
(D) None
49. ____ attribute is used to display an alternate message.
(A) Size
(B) ALT
(C) ALIGN
(D) SRC
50. Check boxes are used _____
(A) To enable option
(B) To disable option
(C) To create lists
(D) To enable or disable option
51. ____ Icon displays list of fonts that can be used.
(A) Text Size Icon
(B) Italics
(C) Change Font Icon
(D) Bold
52. The communication protocol used by the Internet to transfer hypertext documents is ___
(A) Hyper Text Internet Protocol
(B) Hyper Text Transfer Protocol
(C) Internet protocol
(D) File Transfer Protocol
53. The instructions indicated to the browser to display a document are called ___
(A) Codes
(B) Tags
(C) Programs
(D) Statements
54. The primary colors are ____
(A) Red, green, yellow
(B) Red, white, yellow
(C) Red, green, blue
(D) Red, yellow, blue
55. How many different colours can GIF contain?
(A) 64
(B) 156
(C) 256
(D) 264
56. Transferring your HTML code from one machine to server is known as ___
(A) Indexing
(B) Hosting
(C) Serving
(D) Sorting
answer:(B) Hosting