

MCQOPTIONS
Saved Bookmarks
This section includes 153 Mcqs, each offering curated multiple-choice questions to sharpen your Technical Programming knowledge and support exam preparation. Choose a topic below to get started.
101. |
Which of the following property is used to increase or decrease how bold or light a font appears? |
A. | font-family |
B. | font-style |
C. | font-variant |
D. | font-weight |
Answer» E. | |
102. |
Documents converted to _______ can be published to the web. |
A. | HTML |
B. | Machine language |
C. | HTTP |
D. | FTP |
Answer» B. Machine language | |
103. |
Symbol used at the beginning of the HREF text is |
A. | & |
B. | # |
C. | ^ |
D. | $ |
Answer» C. ^ | |
104. |
Which property is used to specify typefaces ? |
A. | font-family |
B. | font-name |
C. | font-face |
D. | font-type |
Answer» B. font-name | |
105. |
We write single ______ before the pseudo-class property. |
A. | Colon |
B. | Dot |
C. | Hash |
D. | Semicolon |
Answer» B. Dot | |
106. |
The ______ tag defines an image in an HTML page. |
A. | <pic> |
B. | <image> |
C. | <img> |
D. | <imge> |
Answer» D. <imge> | |
107. |
Browsers automatically add an __________ before and after a paragraph. |
A. | empty line |
B. | underline |
C. | empty space |
D. | None of these |
Answer» B. underline | |
108. |
Which of the following is used to open document in new window ? |
A. | <a target="_self">Link</a> |
B. | <a target="_blank">Link</a> |
C. | <a target="_top">Link</a> |
D. | <a target="_parent">Link</a> |
Answer» C. <a target="_top">Link</a> | |
109. |
HTML document contains |
A. | attributes |
B. | tags |
C. | plain text |
D. | all of these |
Answer» E. | |
110. |
Fonts such as Times New Roman which have spaces in between must be wrapped inside ______ . |
A. | Quotation Mark |
B. | Round Brackets |
C. | Triangular Brackets |
D. | Curly Braces |
Answer» B. Round Brackets | |
111. |
The tag used to create a hypertext relationship between current document and another URL is |
A. | <LINK> |
B. | <A> |
C. | <ISINDEX> |
D. | none of these |
Answer» B. <A> | |
112. |
The body tag usually used after |
A. | EM tag |
B. | FORM tag |
C. | Title tag |
D. | HEAD tag |
Answer» E. | |
113. |
HTML program is saved using extension |
A. | .htnl |
B. | .htm |
C. | .html |
D. | .tml |
Answer» D. .tml | |
114. |
The web standard allows programmers on many different computer platforms to dispersed format and display the information server. These programs are called |
A. | Internet Explorer |
B. | HTML |
C. | FTP |
D. | Web Browsers |
Answer» E. | |
115. |
What are Empty elements and is it valid? |
A. | No, it is valid to use Empty Element |
B. | No, it is not valid to use Empty Element |
C. | No, there is no such terms as Empty Element |
D. | Empty elements are element with no data |
Answer» E. | |
116. |
Which of the following is a Valid Name? |
A. | <_person> |
B. | <123 person> |
C. | Both (a) and (b) |
D. | None of these |
Answer» B. <123 person> | |
117. |
The tag used to create a new list item and also include a hyperlink is |
A. | <UL> |
B. | <DD> |
C. | <DL> |
D. | <LI> |
Answer» E. | |
118. |
Opening tag of HTML tag is also known as |
A. | ending tag |
B. | closed tag |
C. | starting tag |
D. | forward tag |
Answer» D. forward tag | |
119. |
The MIME text file is saved with |
A. | HTML extension |
B. | THM extension |
C. | HMT extension |
D. | None of these |
Answer» B. THM extension | |
120. |
For Showing heading in HTML web page we use ____________ tag. |
A. | Strong |
B. | Article |
C. | Paragraph |
D. | Heading |
Answer» E. | |
121. |
Text written inside the following pair of tags is considered as paragraph. |
A. | <p></p> |
B. | <paragraph></paragraph> |
C. | <para></para> |
D. | None of These |
Answer» B. <paragraph></paragraph> | |
122. |
Which tag is used to divide the HTML document into the paragraphs ? |
A. | paragraph |
B. | par |
C. | para |
D. | p |
Answer» E. | |
123. |
Which of the following attributes of text box control allow to limit the maximum character? |
A. | size |
B. | len |
C. | maxlength |
D. | all of these |
Answer» D. all of these | |
124. |
The attribute, which define the relationship between current document and HREF'ed URL is |
A. | REL |
B. | URL |
C. | REV |
D. | None of the above |
Answer» B. URL | |
125. |
Which of the following options is correct with regard to HTML? |
A. | It is a modelling language |
B. | It is a DTP language |
C. | It is a partial programming language |
D. | It is used to structure documents |
Answer» E. | |
126. |
When trying to access a URL, the following message is displayed on the browser:Server Error 403What could be the reason for the message? |
A. | The requested HTML file is not available |
B. | The URL refers to a CGI script and the header of the script does not indicate where the interpreter is located |
C. | The path to the interpreter of the script file is invalid |
D. | The requested HTML file or CGI script has insufficient permission |
Answer» E. | |
127. |
Which of the following type attributes of input element defines control for entering a telephone number? |
A. | mob |
B. | tel |
C. | mobile |
D. | telephone |
Answer» C. mobile | |
128. |
Which plugins can provide the fallback support for old browsers? |
A. | Flash |
B. | Quicktime |
C. | both and b |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
129. |
In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback. |
A. | currentTime |
B. | duration |
C. | defaultPlaybackRate |
D. | playbackRate |
Answer» D. playbackRate | |
130. |
Which of the following HTML Video – Media Type is not supported in IE? |
A. | WebM |
B. | MP4 |
C. | Ogg |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
131. |
__________ allows the iframe to pull in content from elsewhere in the same domain. |
A. | allow-same-origin |
B. | allow-forms |
C. | allow-scripts |
D. | none of the mentioned |
Answer» B. allow-forms | |
132. |
The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag |
A. | object |
B. | figure |
C. | embed |
D. | none of the mentioned |
Answer» B. figure | |
133. |
Which of the following attribute adds audio controls, like play, pause, and volume? |
A. | audio |
B. | controls |
C. | source |
D. | src |
Answer» C. source | |
134. |
____________ defines the accelerator key to be used for keyboard access to an element. |
A. | data-X |
B. | accesskey |
C. | rp |
D. | command |
Answer» C. rp | |
135. |
When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation. |
A. | measureText() |
B. | imageData() |
C. | drawImage() |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
136. |
When is the mouseover event fired? |
A. | When mouse is moved over a new element |
B. | When mouse is clicked |
C. | When mouse is both moved and clicked |
D. | None of the mentioned |
Answer» B. When mouse is clicked | |
137. |
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. |
A. | drop |
B. | drag |
C. | preventDefault |
D. | dataTransfer |
Answer» D. dataTransfer | |
138. |
The focus and blur events are also part of |
A. | Element events |
B. | Handler events |
C. | Window events |
D. | Scroll events |
Answer» D. Scroll events | |
139. |
When is the mouseout event fired? |
A. | When mouse is no longer over an element |
B. | When mouse is over an element |
C. | When mouse is hovered |
D. | None of the mentioned |
Answer» B. When mouse is over an element | |
140. |
Which of the following elements in HTML5 defines video or movie content? |
A. | media |
B. | video |
C. | movie |
D. | audio |
Answer» C. movie | |
141. |
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. |
A. | class |
B. | element |
C. | charset |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
142. |
The __________ begins with a series of parameter entity definitions. |
A. | DTD |
B. | SGML |
C. | XML |
D. | None of the mentioned |
Answer» B. SGML | |
143. |
______________ should include data of two types; the first should be the URL using the type text/uri-list, and the second is the URL using the text/plain type. |
A. | Dragging HTML and XML |
B. | Dragging Text |
C. | Dragging Files |
D. | Dragging Links |
Answer» E. | |
144. |
Which of the following property is used to determine which drag operation was desired? |
A. | dragend |
B. | getData |
C. | dropEffect |
D. | captureData |
Answer» D. captureData | |
145. |
Which of the following is the first web browser? |
A. | Nexus |
B. | Netscape Navigator |
C. | Internet Explorer |
D. | Mosaic |
Answer» B. Netscape Navigator | |
146. |
HTML and XHTML stands for |
A. | Hyper Text Markup Language and EXtensible HyperText Markup Language. |
B. | Hyper Text Markup Language and EXtensible HyperText Marking Language |
C. | Hyper Text Marking Language and EXtensible HyperText Marking Language. |
D. | None of the mentioned |
Answer» B. Hyper Text Markup Language and EXtensible HyperText Marking Language | |
147. |
The ___________ of an item is the value of its element’s itemid attribute. |
A. | token |
B. | typed item |
C. | global identifier |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
148. |
Which of the following is not supported in HTML5 ? |
A. | scheme |
B. | content |
C. | http-equiv |
D. | name |
Answer» B. content | |
149. |
Which of the following statement is true ? |
A. | Attribute names must be in uppercase |
B. | Attribute values must be quoted |
C. | Attribute minimization is mandatory |
D. | None of the mentioned |
Answer» C. Attribute minimization is mandatory | |
150. |
The favicon was standardized by the |
A. | IANA |
B. | W3C |
C. | WIPO |
D. | EPO |
Answer» C. WIPO | |