To Exam
To Exam
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>
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>
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>
22. The special formatting codes in HTML document used to present contentare
a. tags
b. attributes
c. values
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. %
31. The way the browser displays the object can be modified by _____
a. attributes
b. parameters
c. modifiers
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
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
41. Awebpage displays a picture. What tag was used to display that picture?
a. picture
b.mage
c.img
d. src
42. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>
43. Tags and test that are not directly displayed on the page are written in _____ section.
a. <html>
b. <head>
c. <title>
d. <body>
54. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6>
c. <h1>
d. <head>
Visit https://mcqsets.com for more MCQ Banks, answers to the subjective questions, online quiz and much more!
55. What is the correct HTML tag for inserting a line break?
a. <br>
b. <lb>
c. <break>
d. <newline>
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
65. HTML document start and end with which tag pairs?
a. <HEAD>….</HEAD>
b. <BODY>….</BODY>
c. <HTML>….</HTML>
d. <WEB>….</WEB>
Visit https://mcqsets.com for more MCQ Banks, answers to the subjective questions, online quiz and much more!
91. What is the correct syntax in HTML for creating a link on a webpage?
a. <LINK SRC= "mcqsets.html">
b. <BODY LINK = "mcqsets.html">
c. <A SRC = "mcqsets.html" >
d. < A HREF = "mcqsets.html">
93. Choose the correct HTML tag to make the text bold?
a. <B>
b. <BOLD>
c. <STRONG>
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>
96. Choose the correct HTML tag for the largest heading?
a. <H1>
b. <H6>
c. <H10>
d. <HEAD>
11 - d 12 - a 13 - b 14 - b 15 - a 16 - a 17 - b 18 - b 19 - a 20 - d
21 - c 22 - a 23 - c 24 - d 25 - b 26 - d 27 - c 28 - c 29 - c 30 - d
31 - a 32 - b 33 - d 34 - c 35 - a 36 - b 37 - c 38 - c 39 - b 40 - c
41 - c 42 - a 43 - b 44 - a 45 - c 46 - d 47 - c 48 - b 49 - d 50 - a
51 - d 52 - a 53 - b 54 - b 55 - a 56 - a 57 - b 58 - b 59 - a 60 - d
61 - a 62 - a 63 - b 64 - a 65 - c 66 - d 67 - a 68 - b 69 - a 70 - a
71 - c 72 - b 73 - a 74 - c 75 - a 76 - b 77 - c 78 - a 79 - b 80 - b
81 - d 82 - d 83 - a 84 - c 85 - d 86 - c 87 - d 88 - c 89 - a 90 - b
91 - d 92 - c 93 - d 94 - a 95 - b 96 - a 97 - b 98 - c 99 - c 100 - a
101. How to define the link should open in new page in HTML?
a. <a href = "https://mcqsets.com/" target = "blank">Click Here</a>
b. <a href = "https://mcqsets.com/" target = "_blank"> Click Here </a>
c. <a href = "https://mcqsets.com/" target = "#blank"> Click Here </a>
d. <a href = "https://mcqsets.com/" target = "@blank"> Click Here </a>
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>
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”>
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 = " " />
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
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
126. Which of the following is correct character entities for "Copyright" symbol?
a. •
b. Ÿ
c. ©
d. ³
a. Definition
b. Language
c. Content
d. None of these
137. We can write HTML code using ____. Select appropriate option(s).
a. VLC Media
b. Notepad++
c. Microsoft PowerPoint
d. None of these
139. The software that can read and render HTML documents is
a. Server
b. Compiler
c. Interpreter
d. Browser
140. PCs running Windows 3.x will have ____extension for html pages
a. .htl
b. .html
c. .htm
d. .hml
164. ....................... is a uniform naming scheme for locating resources on the web.
a. URI
b. HTTP
c. WEBNAME
d. RESOURCENAME
165. The attribute .................. of <BODY> tag sets color of hypertext links.
a. link
b. vlink
c. alink
d. hlink
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
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
173. Once the email is sent, the message is broken into pieces called ..................
a. Packets
b. Process
c. Digits
d. Bytes
177. Which of the following is best suitable for remote administration of a computer?
a. Telnet
b. WAIS
c. Browsers
d. HTML
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
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
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
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
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
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
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
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
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>
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
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>
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
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
Answers
Following are the correct answer of the questions presented in this page.
101 - b 102 - d 103 - a 104 - b 105 - d 106 - b 107 - a 108 - c 109 - a 110 - d
111 - a 112 - c 113 - a 114 - c 115 - b 116 - b 117 - d 118 - c 119 - b 120 - a
121 - b 122 - a 123 - a 124 - c 125 - d 126 - c 127 - a 128 - b 129 - d 130 - a
131 - a 132 - d 133 - b 134 - c 135 - d 136 - b 137 - a 138 - b 139 - d 140 - c
141 - b 142 - b 143 - b 144 - a 145 - b 146 - d 147 - a 148 - d 149 - b 150 - d
151 - d 152 - d 153 - a 154 - d 155 - c 156 - d 157 - d 158 - b 159 - c 160 - c
161 - d 162 - b 163 - a 164 - a 165 - a 166 - d 167 - c 168 - c 169 - c 170 - d
171 - d 172 - a 173 - a 174 - d 175 - a 176 - a 177 - a 178 - b 179 - b 180 - c
181 - a 182 - d 183 - d 184 - c 185 - b 186 - a 187 - d 188 - a 189 - a 190 - a