1. What is the purpose of this HTML statement? <SCRIPT type="text/javascript">
2. Which HTML attribute is used to set the space between cells in an HTML <TABLE> element?
3. Increasing the cellpadding value will what ?
4. What is a deprecated HTML element or attribute?
5. What is this? <a href="/some/page#foo">Label</a>
6. Which HTML specification contains definitions for the elements: <article>, <nav>, <header> and <footer>?
7. Which of the following is the correct doctype declaration for HTML5?
8. <pre> tag defines:
9. Choose the valid HTML comment.
10. What is the preferred way for adding a background color in HTML?
11. What symbol differentiates most opening tags from closing tags?
12. What are the three list types in HTML?
13. Which HTML tag is an inline element?
14. Imagelinks can show a text label if you add which property?
15. The HTML <BUTTON> tag
16. What does the following HTML tag display? <DIV id="text" align="right">content</DIV>
17. How do you create a radio type on an HTML form?
18. What is the highest level element on a given page?
19. Which answer best describes the following HTML? <OL><LI>1</LI><LI>2</LI><LI>3</LI></OL>
20. What is the primary difference between a DIV and a SPAN element?
21. True or False? The "charset" attribute can be applied to only one <meta> element per HTML document.
22. Which is NOT a predefined target for links
23. The <div> element is an example of...
24. Which attribute can be used with the <img> tag to override or reserve the dimensions of the box?
25. What is the correct HTML tag for an inline frame?
26. If you don’t want the frame windows to be resizeable, simply add what to the <frame> lines
27. Why should you add alternative text to your images ?
28. Which attribute would you use to specify how many rows an HTML table cell should span?
29. Which HTML tags are used to turn text underlining on and off?
30. The correct way to add a blank space into the markup of your HTML is to use ?
31. Which attribute of the <IMG> tag tells the browser what to display if a user cannot view the image?
32. Which of the following HTML elements does NOT belong in the <HEAD> section of an HTML file?
33. HTTP stands for...
34. Which attribute of an <a> tag can specify where it opens a link?
35. What is the purpose of the HTML <EM> tag?
36. What is a use for the class attribute in HTML?
37. Which of the following is an example of an HTML hidden field?
38. What does vlink mean ?
39. What is the purpose of html?
40. Why would you use the HTML <DIV> tag?
41. Which attribute gives a unique identity for an HTML element?
42. <__________________________ content="A description of your page"> Fill in the blank to create a tag that would give a description of your page.
43. Which tag is known as Subscript?
44. Which HTML tag contains the main visual content of an HTML document?
45. Which Specifies the maximum number of characters for the text field?
46. Which HTML tag creates a horizontal line?
47. Which of the following HTML elements denotes the name of the page?
48. What is the purpose of a span tag?
49. What does <A href="#title2"> create?
50. Which one is the mandatory attribute of the <img> tag?
51. Which of the following defines a multi-line text input control in HTML?
52. Which tag is used to insert images into your web page?
53. <ol> tags will create what kind of list ?
54. What is "HTTP" short for?
55. An Ordered List can be represented as
56. Which of the following tags can be used in place of a button tag?
57. Which HTML tags can be used inside the element <head> ?
58. What of the following HTML tags is used for computer code text?
59. HTML stands for:
60. How many values can the class attribute have per HTML element?
61. Which HTML tag would be used for mp3 files?
62. What must be the first element in an HTML page?
63. What does Web Hosting mean?
64. A web browser interprets every HTML tag until it finds
65. All the controls of a form should be enclosed within the
66. <EM> is the HTML element for
67. Which type of parameter specify the path where your image is placed?
68. What is the purpose of the <!DOCTYPE> declaration?
69. Which HTML target attribute value is used to tell the browser to load the document in a new, unnamed window?
70. What element specifies a row in a HTML table?
71. Which of the following will right-align the content inside a table-cell?
72. What does this code render in the browser? <B><I>Text</I></B>
73. What is the correct HTML tag for inserting a line break?
74. Where can we place the background color tag in your page?
75. When do you use an HTML <i> tag?
76. HTML provides web designers with the means to...
77. Which of the following would be used in table row coding?
78. Which of the following represents an HTML comment?
79. Which of these HTML tags represents the smallest heading?
80. Which HTML statement creates an <INPUT> element for a single line of text?
81. When are the HTML tags <TH> and <TD> used?
82. Choose the correct HTML tag for the largest heading ?
83. To seperate single list items use ?
84. Colors in plain HTML can be specified using ?
85. Which HTML tag do you use to add a horizontal rule?
86. How can you scale an image on a web page?
87. To add rows to your tables use which tags?
88. Which of these tags are all <table>tags?
89. The HTML <HEAD> element can contain...
90. CSS appears between which tags?
91. To start a numbered list with regular numerals use ?
92. Which tag is used for a paragraph block?
93. The DIV element is a
94. What is the correct HTML and XHTML tag for inserting a line break?
95. Which HTML tag do you use to add a video to your web page?
96. Which HTML element makes text bold?
97. Which of the following HTML elements appear last in an HTML page?
98. Choose the correct HTML to left-align the content inside a tablecell
99. To change the size of an image in HTML use what?
100. What does HTML stand for?
101. True or False? A <!DOCTYPE> declaration must appear at the very top of an HTML file.
102. Which of the following HTML statements inserts an image?
103. What is the correct HTML for creating a hyperlink?
104. A simple HTML table consists of the <TABLE> element and...
105. Gif and jpg are the two main types of what ?
106. Which is responsible for Standardization of HTML:
107. What tag tells where a link starts ?
108. Which of the following is a correct value for the HTML <form> method attribute?
109. Choose the tag that defines where the HTML document begins and ends:
110. How can you open a link in a new browser window ?
111. Which of the following is the correct way to create an HTML link?
112. Which HTML tag do you use to create an ordered list?
113. Which HTML element displays data in columns and rows?
114. Which of the following HTML statements inserts a checkbox?
115. Which HTML tag is used to reference Javascript files?
116. What are the default extensions for an html document?
117. True or false? An <h1> heading is bigger than an <h3> heading.
118. How would you set a page title in HTML ?
119. Image links can show a text label if you add which property?
120. TRUE or FALSE? A <div> defines a section in a document (block-level).
121. Which tag will make the text bold?
122. Which attribute is required for the HTML <IMG> tag?
123. The <i> tag makes text... ?
124. What does the HTML <A> tag create?
125. Which HTML tag starts the creation of a table?
126. Which of the following is an example of an HTML table row?
127. Where is a META tag placed?
128. To create an ordered list, use the the following HTML tag
129. Which HTML element italicizes text?
130. How will you add an image into a web page?
131. Gif and jpg are the two main types of what?
132. Which heading element is defined as the most important which usually displays the largest text?
133. Which of the following HTML tags is used to display an image?
134. Besides<B>, another way to make text bold is what ?
135. When do you use an HTML <B> tag?
136. Which HTML tag adds line breaks to a web page?
137. What is the correct syntax for creating a hyperlink?
138. Which of the following is a correct HTML tag?
139. Which tag defines a paragraph?
140. Which HTML tag is correct?
141. HTML forms can contain:
142. <A href="http://mysite.com"> creates an HTML...
143. Besides<B>, another way to make text bold is what?
144. The <title> tag belongs where in your HTML?
145. What does <br /> do?
146. <I> is the HTML element for
147. What does the HTML <P> tag define?
148. Which image type can you insert into an HTML document?
149. Which tag is used to define an image in HTML?
150. Which HTML element will display the largest font size by default?
151. Which HTML tag do you use to put an image on a web page?
152. The correct file extension used for an HTML file is...
153. Which of the following creates the largest HTML header text?
154. All HTML tags are enclosed in what ?
155. Which is an example of the correct syntax used to write HTML tags?
156. Which of the following HTML statements will display an image in the web browser?
157. Which HTML tag is used to group block elements for styling purposes?
158. How do you make a link to another web page?
159. The video and audio HTML elements for media playback are available in...
160. There is one difference between div and span.
161. Which of the following HTML statements correctly displays a table row?
162. How can you create an e-mail link?
163. In HTML, to add spaces to your text, you can use the
164. How can you open a link in a new browser window?
165. What is the primary use for HTML?
166. Which of the following tags will NOT be found in the <head> section?
167. What is the correct HTML for inserting an image?
168. Which tag do you use in the beginning of an HTML document?
169. What does the HTML <SUB> tag create?
170. Which tag doesn't form a table or a container for table elements?
171. Which attribute of the HTML <A> tag specifies the address of the destination link?
172. Which of the following is not a valid HTML element tag?
173. Which of the following is not a valid html tag?
174. Which of the following sizes the width of a table to half of its containing object?
175. True or False: Checkboxes are used to select multiple choices whereas with radio boxes only one choice can be selected when the submit button is clicked.
176. Which HTML element is typically used for positioning block-elements?
177. Which HTML tag creates the largest header text size?
178. Which of these is not a HTML tag?
179. To add rows to your tables use which tags ?
180. TRUE or FALSE? A <span> defines a section in a document (inline).
181. Which HTML element allows authors to insert a frame within a block of text?
182. A file that specifies how the screen is divided into frames is called a __
183. If the browser can't display the image, the value of which attribute is shown as text instead?
184. Which syntax closes a table cell?
185. To separate single list items use?
186. Which HTML element specifies page description, keywords and other information about the data?
187. Which organization defines the standards for the world wide web?
188. Which HTML tag creates a hyperlink?
189. Which two meta tags have special relevance for search engines?
190. Negative values for transition-duration are treated as:
191. What is the purpose of a div tag?
192. A <title> should appear in which element?
193. Which of these will make an image button?
194. To add real spaces to your text, which character entity can you use?
195. <a> and </a> are the tags used for what?
196. True or False: <meta> tags should go between the <body> tags.
197. What does an example of a hexadecimal color code look like?
198. Which attribute would you use to specify how many columns an HTML table cell should span?
199. HTML provides a ....... tag to creating online form for the purpose of collectiong infromation from user.
200. Which of the following is not a valid HTML input type?
201. <BR> is the HTML element for
202. A table can be spanned either in
203. What is the default port number for HTTP URL scheme?
204. Which attribute would you use on the <A> tag to always open a link in a new window?
205. How do you get two div to sit side by side?
206. Transition effects can be applied to a wide variety of CSS properties, including
207. Which HTML element displays content from another page?
208. An HTML list within an HTML list is called a...
209. Which HTML element defines a bullet-point list?
210. Both ordered and unordered lists share which HTML tag to denote a list item?
211. Tags and text that do not show directly on the page are placed where ?
212. What tag tells where a link starts?
213. Which of the following is NOT a valid value for the type attribute of the input tag?
214. Which attribute is used to specify an inline style for an HTML element?
215. How can you make a list that lists the items with numbers?
216. What is the default character encoding in HTML5?
217. Which of these is not a <img> attribute?
218. What will this HTML statement create? <INPUT type="IMAGE">
219. Which HTML form attribute do you use to define where to send the form data?
220. Which of the following creates a valid HTML email link?
221. What are the three major parts of an HTML document?
222. Unless specifically styled, HTML unordered list items are typically rendered with...
223. Which tag represents a header cell of an HTML table?
224. What is a link to a specific part of a web page called?
225. An HTML document must contain unique values of which attribute?
226. Which HTML element can be used to draw graphics via scripting?
227. Which element specifies relationships between the current document and other documents?
228. What would one use to restrict a user to 100 characters in a text box?
229. How do you create a submit button on an HTML form?
230. When using the FORM tag, what allows users to only select one choice?
231. What is the HTML <DD> tag used for?
232. To create a bulleted list use...
233. Which of the following is the correct cursor syntax?
234. What does the following HTML statement indicate? <TD colspan="2">
235. The designer can create picture frames by specifying multiple borders using the
236. Which CSS property can provide to add an effect when changing from one style to another,without using Flash animations or javascript?
237. Which of the following is NOT an HTML element?
238. The ________ property is used alongwith position property to create an effect of layers
239. What are the two methods for sending form data that you can define for the HTML <FORM> tag?
240. Which one of these answers would embed "flash.swf" into your webpage?
241. To interpret the HTML code, and get a visual layout we need a:
242. Which of the following HTML tags creates a list with bullets by default?
243. Which section is used for text and tags that are shown directly on your web page ?
244. Which of the following will display the ampersand(&) on an HTML page?
245. Which element is NOT a <table> element?
246. Which HTML tag is NOT used when formatting text?
247. Which element represents a nested browsing context, effectively embedding another HTML page into the current page?
248. Defining clickable sub-areas on an image is called ?
249. Which HTML tag is more suitable for a list of ordered elements?
250. HTML entities, also called special characters,
251. Use what to prevent confusion on numbers higher than 9 with hexadecimal colors ?
252. What does an HTML <A> element need the href attribute set to in order to open the clients email application when clicked?
253. Which of following attributes will always make an HTML link open in a new window?
254. What does the following HTML statement do? <META name="robots" content="NOINDEX" />
255. <S> is the HTML 3.0 element for
256. Which of the following HTML statements will render a horizontal rule?
257. Why should you add alternative text to your images?
258. You can add names to each frame window using which setting ?
259. What is used to store information typically used to specify page description, keywords, author of the document, last modified, and other data?
260. In HTML, outdated elements are referred to as _________.
261. What does the HTML attribute href contain when used with the <A> tag?
262. Given "http://www.site.com/page.html", what type of URL is this?
263. Which HTML tag is NOT valid in a Strict HTML 4.01 doctype?
264. The Web Hypertext Application Technology Working Group...
265. Which is NOT a predefined target for links ?
266. By default, an unvisited HTML link is displayed as...
267. Which <form> element attribute is used to control where the input values are sent?
268. An <object> tag can be used to embed which of the following?
269. Choose a valid value for the type attribute of the HTML <BUTTON> tag.
270. Tags and text that do not show directly on the page are placed where?
271. True or False? Based on general best practices, it is better to set font attributes directly in HTML rather than in CSS.
272. Defining clickable sub-areas on an image is called?
273. Which of these can you use to format HTML text?
274. Which two HTML elements must be present in a nested unordered list?
275. What does vlink mean?
276. Which HTML tag do you use to format text like computer code?
277. What function does the <HTML> tag perform?
278. What is the correct term for an HTML element that is no longer part of standard usage?
279. Which of the following HTML tags are responsible for creating a drop down form input?
280. The character entity to represent a non-breaking space:
281. What is the proper syntax for the HTML5 doctype declaration?
282. Which attribute allows you to make HTML form input elements uneditable?
283. What is the purpose of this HTML statement? <META name="keywords" content="rabbit,cat">
284. It is not necessary to give the coordinates for an image or object defined within an area tag, if the value of its shape attribute is:
285. By default, a SPAN is displayed as what kind of element?
286. Which of these elements is responsible for creating table columns?
287. What does the align attribute do when used with the HTML <TD> tag?
288. What is used to start a numbered list with regular numerals?
289. What does the following HTML statement create? <A name="help">Help Section</A>
290. Which element is used to display content to browsers when scripting is turned off?
291. In which way can an HTML ordered list be ordered?
292. Which attribute is used to format the HTML <IMG> tag?
293. Which property is used to change the case of the text?
294. What is the purpose of the alt attribute on the HTML <IMG> tag?
295. Which of the following is not used to draw graphics in HTML?
296. Which of the following is true about the <!DOCTYPE> tag?
297. Can you combine HTML and a Cascading Style Sheet to format a paragraph?
298. An <iframe> is used to...
299. What main tag of an HTML document comes after the <html> tag?
300. Which property tells how many rows a cell should span?
301. When is the content of a table shown?
302. Which HTML element will NOT create a line break by default?
303. True or False: <script> tags may only go in between the <head> tags
304. Which of the following HTML link statements is correctly constructed?
305. An HTML element attribute name must be immediately followed by
306. The right syntax to insert Line Break in HTML is:
307. colspan=n can only be added to which tag ?
308. Why would you use an HTML <pre> tag?
309. What does the HTML tag <UL> create?
310. What is an absolute URL?
311. Which tag is known as TeleType?
312. When making bulleted lists you have what options?
313. What entity name will you use to insert a copyright symbol - © in an html file?
314. What does the HTML <TITLE> tag do?
315. What is the definition of a deprecated element?
316. When using frames in an HTML page, each frame displays a different?
317. How does a (modern) web browser interpret an unknown HTML element (e.g. <blabla>example</blabla>)?
318. Which of these is NOT a valid HTML button type?
319. Which attribute is used to determine where the HTML form data is sent to?
320. What does the colspan attribute of the HTML <TD> tag represent?
321. According to web standards the <TABLE> ... </TABLE> element is best used ....
322. Which HTML form attribute indicates how the form-data should be encoded?
323. Which standard event attribute does not require a mouse click to trigger the event?
324. Can we have two or more actions in the same form ?
325. Which HTML element automatically creates space before and after it is rendered?
326. HTML rendering is performed mostly on the
327. What is the purpose of the HTML <COLGROUP> tag?
328. To start a list at the count of 3, use which of the following?
329. Which attribute of the HTML <BODY> tag has been deprecated?
330. Which of the following creates an HTML image link?
331. What does the attribute target=" " on the <A> element do?
332. Which of the following is an HTML element?
333. Which HTML tag is used to display abbreviated words?
334. GET and POST are values for which HTML form attribute?
335. What is the HTML attribute valign used for?
336. What attribute do you add to a checkbox input field to show that it is initially checked?
337. Which of the following HTML tags is used to input more than one line of text?
338. Which HTML tag is used to include an external stylesheet?
339. To add white space along the margins of a long quote, use this element:
340. Which HTML input type can be used to select multiple, non-mutually exclusive options?
341. Which of these elements does NOT exist?
342. What do you call an element that specifies how the screen should be divided into frames?
343. colspan=n can be added to only what tag?
344. How do you make it so that someone can mail me by just clicking on text?
345. How do you specify text to appear in an <input type="submit"> of an HTML form?
346. Is a <p> tag a block level element?
347. Which of these HTML tags defines a nested list?
348. Which element represents a caption for the content of its parent <fieldset> ?
349. Which HTML elements are characterized by a line break before and a line break after the element?
350. In order to create a list using lowercase letters one would use...
351. What does the <link> tag do?
352. To encode the SPACE in a URL which character you should use?
353. What is the REFRESH meta tag used for ?
354. The <param> tag is used in conjunction with which of the following?
355. The <base> element must be contained within the
356. Which attribute do you use to span table cells across table columns?
357. What are/is the most important difference between XHTML and HTML?
358. Which HTML attribute is used to set the space between the cell wall and the cell content in an HTML <TABLE> element?
359. An HTML image-map is an image with:
360. In a form, the INPUT tag can have many types. Which one is NOT a valid type?
361. In HTML 4.01, if OL stands for ordered list and UL stands for unordered list, what does the D in DL stand for?
362. Where should the <base> element be placed?
363. Which element can't be placed inside <table> ... </table>?
364. Which attribute allows you to add descriptive text to a table?
365. Which of these is a form tag attribute?
366. <AREA> is the HTML element tag for
367. In the code <frameset cols="120,*"> the following would be true.
368. What is the purpose of the HTML <NOSCRIPT> tag?
369. Which attribute, when used with <A> element, will create tooltip text in most browsers?
370. What is the default value of the "target" attribute?
371. What does the GENERATOR meta tag tell?
372. Which element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin?
373. What does <dd> mean?
374. What does the X in XHTML stand for?
375. Which of the following is a valid doctype?
376. What does the following HTML statement create? <A name="section1">
377. Which are used to group words or individual characters, and do not create line breaks by default?
378. Which HTML tag is NOT used when creating an image-map?
379. HTML attribute values are usually enclosed in?
380. Which attribute would you assign to an HTML <MAP> tag?
381. How would you insert a registered trademark symbol - ® - with html?
382. Which element isn't a block level element?
383. When will the alt attribute of an HTML image tag display?
384. TRUE or FALSE? Empty elements are closed in the start tag.
385. Relative paths make your hypertext links______.
386. Which of the following is a new feature of HTML5?
387. Which element is used to specify multiple media resources for audio and video elements in HTML5?
388. What does the rel attribute of the HTML <LINK> tag indicate?
389. Which has higher priority,cell settings or table settings ?
390. Text between "<s>" and "</s>" would appear how?
391. Using & to display an ampersand is an example of...
392. What is the usage of the <optgroup> tag?
393. A <p> can only contain:
394. What is the right way to embed a png image in HTML without an external URL?
395. Which element represents a range of text that has been added to a document?
396. <ul> is for defining unordered lists, <ol> is for defining ordered lists, but what is <dl> used to define? Is <li> also a valid list item of a <dl>?
397. Which of these is NOT a valid meta tag option?
398. Does <p> tag allow for nesting block level elements?
399. Why do you use a summary attribute with tables?
400. As of HTML 4.01, which of the following HTML elements has been deprecated?
401. What is the primary purpose of WAI-ARIA Landmark roles?
402. Favicons, also known as a shortcut icon, is defined in what HEAD level element?
403. What entity name would you use to insert a trademark symbol ™ ?
404. Given: <label for="first_name">First Name</label>, the label is associated with which input (in the HTML 4.01 specification)?
405. What is the default method of a <form> element if not specified?
406. Which tag specifies a default address or a default target for all links on a page?
407. In HTML 4, which of the following is NOT true regarding the <script> element?
408. Which attribute is NOT assigned to the HTML <SCRIPT> tag?
409. Which of the following is true about the <blockquote> tag?
410. Which of the following is a FALSE statement about the <noscript> tag?
411. What is the correct order of the following HTML definition list tags?
412. Which of these is not a valid attribute of the HTML <img> tag?
413. To attach a <label> to a form control you need to:
414. How do you use HTML imports to import an HTML file (similar to how in a css file you can do css imports)?
415. Which will let text wrap down the side of the image ?
416. Which type is used for input fields that should contain a URL address?
417. Strict DTD allows...
418. What is the purpose of the HTML <samp> element?
419. Which element can be used to indicate text to be entered by the user?
420. Is the src value of this image a valid URL in HTML? <img src="//example.com/img/logo.png"/>
421. Which HTML tag do you use to reverse the direction of a text?
422. Which of these is NOT an attribute of an HTML <META> tag?
423. Which one of these is NOT a valid meta tag http-equiv attribute value?
424. Which is NOT a valid value for the HTML shape attribute?
425. How can one avoid quirks mode?
426. Which one is an inline element?
427. Which of the following statements is FALSE about the HTML <pre> tag in most web browsers?
428. Which attribute is required for the <form> element?
429. Which of the following is not a valid input attribute?
430. Using Hspace will add what to your image ?
431. The <header> element should be used to markup
432. Which attribute specifies the language of a linked document?
433. Is <textarea> a block level element?
434. Which of the following is NOT an ARIA Landmark role?
435. Which of the following is not a valid value for the http-equiv attribute of the HTML <META> tag?
436. Choose the valid HTML tag.
437. Which of the following is not a valid tag in any version of HTML
438. If you want to be sure that the image is indeed the same one that the author intended, and hasn't been modified in any way, which one attribute inside <img> tag is used?
439. The _______________ property allows to specify the distance between the list and the text relating to the list.
440. one attribute is used to identify an image as image map?
441. What does the <q> elements cite attribute do?
442. Which of the following is NOT a valid <meta type="robots" content="<values>" /> value.
443. Which of the following is not a valid input type in any version of HTML
444. How many standard color names are defined in HTML 4.01?
445. Why is this NOT valid XHTML Strict? <a href="?page=about" target="_blank" title="Read more about us?"><span>Read more about us!</span></a>
446. What of these attributes are valid for video in HTML5?
447. What is a valid value for the HTML5 <TABLE> frame attribute?
448. Which of the following is NOT an HTML event attribute?
449. TRUE or FALSE: The HTML Event Attribute "onload" fires as the page finishes rendering.
450. TRUE or FALSE In HTML, a radio button's value attribute must be defined as "checked" for it to display as checked.
451. What text should every HTML document end with?
452. What element use to display paragraph?
453. What is the closing tag of HTML
454. HTML documents must start with a type declaration
455. How do I make a picture as a background on my web pages?
456. The "content" of a web page is contained in the following section:
457. The visible part of the HTML document is between
458. What is the element for TABLE?
459. In an HTML table, to make a single cell the width of TWO cells, you use the _____________ attribute.
460. Which tag is specific to html5?
461. The following are valid color codes for the color "black":
462. Which of the following tags below are used for a multi-line text input control?
463. How do I make it so that someone can mail me by just clicking on text?
464. TRUE/FALSE. Although closing your tags is not always necessary in HTML, it can be good habit when you work with other technologies like XML that REQUIRE all tags to be closed.
465. Which tag begins a html5 script?
466. HTML tags are case-sensitive.
467. Which of the following will create an text box which masks the characters with asterisks or circles for password entry?
468. What tag would you use to place a link to another web page?
469. Which of the following tags is specific to html5?
470. Which of the following is the correct way to create a drop-down list in a form with two options?
471. DOM stands for
472. The href attribute in the link tag specifies the:
473. What is mean by DTD?
474. Which of the following is the correct syntax to submit a form's data to an email address?
475. Which of the following will DARKEN text and make it appear BOLD?
476. The following are all true EXCEPT
477. To add a carriage return to some text in HTML, you would use the following command:
478. HTML Form Events ___________, fires the moment that the element loses focus
479. HTML Event Attributes onload fires just before the page is finishing loading.
480. HTML Event Attributes onload fires just before the page is finishing loading
481. TRUE/FALSE. By default, unvisited links are underlined and blue, visited links are underlined and purple, and active links are underlined and red. This behavior can only be changed by using an external stylesheet.
482. Which of these elements require an end tag?
483. Which of the following is the correct syntax for making an option the default selected value for a drop-down list in a form?
484. The HTML document itself begins with
485. Can you add a caption element into a table element?
486. What is the maximum amount of space characters in an HTML5 document?
487. When will an external script be executed, if the
488. The <summary> tag must have which tag as its parent?
489. Which of the following is not a new form control added in HTML5?
490. What does DOCTYPE mean?
491. What is the correct tag for an html line break?
492. What is the format of an HTML comment
493. what is HTML ?
494. Which of these is the correct format for referencing images?
495. The <ol> is used to?
496. <a href=""></a> is used to specify an anchor element and its reference link.
497. Which of the following syntax is right
498. The proper way to define an image link is <img ahref="http://example.com" src="image.jpg />
499. What is the attribute for <image> tag?
500. Which of the following is NOT a block element?
501. <bgsound src="music.mid" loop="1"> will play the music.mid once on all browsers.
502. Which attributes changed the <input>
503. Which tag defines the definition of a term?
504. How many HTML tags are should be used for the most simple of web pages?
505. Suppose you add the input code given above to your HTML web page. What result will be returned by the JavaScript function when you click the button marked as A in the image?
506. Which HTML element defines deleted (removed) of text.
507. Which one is not a markup language?
508. Which one of these is the W3.org preferred style for the break tag in XHTML:
509. Div tags and Span tags are different how?
510. Which of the following is the correct way to display a PDF file in the browser?
511. Which of the following is right syntax
512. Which tag is used to group inline-elements in a document?
513. What does vlink attribute mean?
514. Which HTML tag would be used to display power in expression (A+B)2 ?
515. What is default color of text in a HTML page?
516. we can use only external Style sheet ?
517. What is the difference between HTML <div> and <span> elements?
518. What is the correct HTML tag for inserting a line break in Code?
519. Which HTML element defines pre-formatted text?
520. Is the <cite> element required in the <blockquote> element?
521. How to define <textarea> rows and columns ?
522. What does the <em> Tag do?
523. What <em> ... </em> does?
524. Which of these is NOT a valid form tag attribute?
525. which is HTML start tag
526. The Common element which describe the web page, is ?
527. What is used in adding a canvas
528. What is used in adding a canvas?
529. Which tag is used for a table header?
530. What a <a href="" target="_blank">.... </a> does?
531. What <hr> does in html code?
532. How can you open a link in a new tab/browser window?
533. Is the </html> tag necessary?
534. The following link is placed on an HTML webpage. <a href=”http://msdn.com/” target=”_blank”> MSDN </a> What do you infer from it?
535. Comments in XML document is given by:
536. For frames in HTML, how do you specify the rest of the screen?
537. How to display HTML characters correctly ?
538. What is the purpose of a <div> tag?
539. Which of the following is NOT a text formatting element in HTML?
540. Which makes bold text ?
541. what is not a html tag ?
542. Which of the syntax is wrong?
543. Html starts from <body> tag ? True or False
544. Which of the following is used to add an image to an <img>?
545. iframe in HTML is used to display a web page within a web page.
546. Which of the following attributes gets hidden when the user clicks on the element that it modifies? (Eg. hint text inside the fields of web forms)
547. What is the function of <title> tag?
548. bgcolor is an attribute of body tag True False
549. <section> tags are used to improve the semantic quality of the document and better differentiate between sections of the page.
550. What are onblur and onfocus in HTML5?
551. Which of the following web browsers does not support the muted attribute of <video> element?
552. Which of the following defines a part of a document that would still make sense out of the context of its webpage (like a news article)?
553. What are meta tags used for?
554.
Demo testing
555.
1. Your computer is not printing and a technician is not available, so you perform the following activities to investigate the problem. In which order should you take these up?1 See if the printer cartridge is finished2 See if the printer is switched on3 Try to print a test page using the printer self-test4 Try to print a test page from Windows5 See if the printer is properly attached to the computer
556. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of
557. A ____ is a text document written in html.
558. A final way to alter an object is through a cascading style sheets (css) _____.
559. A list has two items associated with it: ____.
560. A search engine searches _____ to find a match for the query.
561. A web application starts when a client sends a/an ________________ to a server.
562. A(n) ____ style takes precedence over the styles defined in all other kinds of style sheets.
563. A(n) _____ agent can be used to automatically fill out web forms.
564. All block elements, like the body element, have a default width of _____.
565. An embedded style sheet includes the style sheet within the _____ tags of the html document.
566. An html table is comprised of ________ and ________.
567. Another way to insert a special symbol is to use a ___________.
568. Another way you can specify the width is to use the ____ attribute.
569. By default, a browser places a table caption _____.
570. By default, an image is ____.
571. By default, each web page you open is displayed in ____.
572. Each hotspot within the map element is defined using the _____ element.
573. Enter ____ tags to identify text to be table headings.
574. Html ____ are used to display a question and a box into which you can enter an answer.
575. Html allows you to identify the different parts of your table using the ____ tags.
576. If you have four tags in each table row, that table has ____ columns.
577. In a text area, the default value of the wrap attribute is ____.
578. In an html table, the ___ tag is used to define a new row
579. In good html code, nested elements do not ____.
580. In z-index: value; property, value is a(n) _____.
581. Javascript ____ are temporary places to store data.
582. Nested lists can be displayed in a(n) _____ style through the use of contextual selectors.
583. Preformatted text is displayed by the browser in a ____ font.
584. Selection lists usually appear in a ____ box.
585. Spanning cells are created by inserting a ____ attribute in a or tag.
586. When creating a table in html, ____ groups cells into rows.
587. The technique of placing one element within another is called ____.
588. Two attributes, _____, are often key in targeting styles to specific elements.
589. Use the _____ element to contain a table row.
590. Use the ______ element to contain a table data cell.
591. Use the ______ element to contain an html table.
592. Use the ________ tag pair to begin and end a table row.
593. Using an html ____ list can ensure that accurate values are entered.
594. Web browsers communicate with web servers using the ____ communication protocol.
595. When a form is submitted, the server receives the data in ____ pairs.
596. When you using the address element, the address text is displayed in _____ by default.
597. You assign each anchor its own anchor name, using the ____ attribute.
598. You can change the number of options displayed in a selection list by modifying the ____ attribute.
599. The ____ element is used to create a custom option.
600. The ____ tag can be used to declare the character encoding utf-8.
601. "the ____ tag indicates the start and end of a table.
602. The ____ tags create a container into which a user can add an inline style.
603. Tables are considered ____ elements.
604. Tables are similar in design to ____.
605. The _____ is a device feature that gives the ratio of the width of the display area to its height.
606. The _____ is an empty hypertext markup language (html) tag.
607. The _____ property should be used only when no markup tags are involved.
608. The _____ property specifies the type of bullet to be used in an ordered list.
609. The _____ tags contain a specific grouping of content on a webpage.
610. The _____ tags must be at the start and end of an ordered list.
611. The ______ element is used to mark general text-level content.
612. The ______ statement must always come before any other style rules in the style sheet.
613. The code for an embedded style sheet must be inserted between start and end ____ tags.
614. The content of a table header cell is ____ by default in most browsers.
615. The display type value treated as a block placed in line within another block is ____.
616. The equivalent html element to display: table-row is ____.
617. The font-weight property takes all of the following values except the ____ value.
618. The html ________ defines items on a web page such as graphics, tables, and headers as objects.
619. The ____ contains the content and padding as well as the box border.
620. To receive feed content, you can install a program called a(n) ____ on your device.
621. To style the text as a subscript, the ____ value should be used for the vertical-align property.
622. The table header, table body, and table footer must all contain the same number of ____.
623. The two values of the ____ attribute in html are get and post.
624. The most widely supported version of xhtml is xhtml ____.
625. The padding property uses the ____ property code.
626. The check box control is created using the _____ element.
627. The ____ attribute can be used to identify where to download a plug-in.
628. If an element contains 12pt text, a length of 2em equals ____.
629. _____ units express font size according to the size of other objects within a web page.
630. Hypertext markup language (html) version _____ added interactive elements, including web forms.
631. The uniform resource locator (url) for a phone link is _____.
632. Use the ______ tag to associate a web page with an external style sheet.
633. A ____ cell occupies more than one row or column in a table.
634. is an example of an html ________.
635. The character set used for the alphabet of english characters is called _______.
636. You can create web pages using a(n) ____, such as adobe dreamweaver or amaya.
637. The purpose of the ________ element is to describe the contents of a table.
638. Use ________ element to indicate table column headings or table row headings.
639. Use the ________ or ________ property to clear a float.
640. Use the th element to indicate a table column or row _____.
641. The ____ attribute has two possible values: get and post.
642. A server certificate authenticates ____.
643. To allow the printer to determine whether or not to insert a page break, use the type ____.
644. Firewalls can be used on web ____.
645. You can mark extended quotes with the html _________ element.
646. A caption can be placed ____ a table.
647. In the tag, an alignment value of ____ places the caption above the table.
648. Label elements are normally ____ elements.
649. Text formatted with the ____ tag retains any white space you want to display on your web page.
650. The ____ dtd includes the deprecated elements and attributes of html.
651. The equivalent html element to display: table-column is ____.
652. The purpose of the ________ is to configure a label for a
653. The tag and the class name are separated by a ____.
654. To create a cell that spans two columns in a table, you enter the tag as ____.
655. To define a default field value, add the attribute ____.
656. Use the headers attribute on the ___ tag to correspond to the id attribute on a tag.
657. When an html document includes a script, it is included the ____ section.
658. When using dl, ____ indicates the description.
659. You can specify font-weight using numerical values from ____.
660. Activex controls are identified using the ____ attribute.
661. A _____ element contains hyperlinks to other webpages within a website.
662. Who, what, when, where, and why are elements of _____.
663. A _____ element is used to define an area or a partition in a webpage.
664. A _____ sets the width of page elements as a percent of the available screen width.
665. A text link without the ____ tag will not display correctly in the browser.
666. A(n) ____ style sheet is used to change the style within an individual html tag.
667. Browsers ignore any values specified for the left or top properties under _____ positioning.
668. If you enter only one value for border-radius properly, that radius is applied to ____ corner(s).
669. In a list, including the _____ property adds a rounded border to each list item.
670. Tablet layouts are based on grids of _____ columns.
671. The ____ style can be used to separate the table borders.
672. The _____ element is used to mark the form controls that are designed to receive user responses.
673. The _____ is a possible media type value for the media attribute.
674. The _____ statement must always come before any other style rules in a style sheet.
675. The purpose of the __________ element is to configure a label for a fieldset element.
676. To set the number of options displayed at one time in the selection list, add the attribute_______,
677. To stack elements, you can use the ____ style.
678. Use the _____ element to code embedded styles on a web page.
679. With the overflow property, ____ is the default value.
680. A page box is composed of a _____, which contains the content of a document.
681. The default cellspacing value in most browsers is ____ pixel(s).
682. To create a cell that spans two rows in a table, you enter the tag as ____.
683. To specify a distance of 3 pixels between cell borders, you enter ____.
684. A(n) ____ list is used to display information in sequential order.
685. The heading of the function is also called the ____.
686. A ____ language is a language used to describe the content and structure of documents.
687. An image’s ____ text should be a brief representation of the purpose of the image.
688. ____ provides tools specifically designed to enter and format web page text, graphics, and links.
689. A ____ contains the complete content of the page, some of which is hidden from the user.
690. A ____ layout is a layout similar to a paper form with labels to the left of each field.
691. A ____ specifies a precise location on the web for a file.
692. A browser __________ adds features to a browser.
693. A(n) _____ file is a file on a web server that is not linked to any page.
694. A(n) ____________ is a company that provides space on a server to house web pages.
695. According to the text performance standards _________.
696. An element placed with absolute or relative positioning ____ with the document content.
697. An unordered list displays a small graphic called a(n) _____ before each item of information.
698. Css lets you specify the exact position of an element on a web page using the ____ property.
699. Documents stored on the world wide web are written and linked together using _____.
700. What is the purpose of the tag, and when should it be used?
701. What are the best examples of void elements?
702. In HTML5, which tag or tags embed a webpage inside of a webpage?
703. Where do
704. What is the best way to apply bold styling to text?
705. When is the tag used?
706. When should you use the
707. With which tags is the element associated?
708. What is NOT a valid attribute for the element?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-purpose-of-the-samp-element" title="What is the purpose of the <samp> element?" class="related-a"> <p class="mb-0 ">709. What is the purpose of the <samp> element?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/when-should-you-use-ol-and-ul-elements" title="When should you use <ol> and <ul> elements?" class="related-a"> <p class="mb-0 ">710. When should you use <ol> and <ul> elements?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-difference-between-the-post-and-get-methods-in-a-form" title="What is the difference between the post and get methods in a form?" class="related-a"> <p class="mb-0 ">711. What is the difference between the post and get methods in a form?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-difference-between-the-div-and-span-tags" title="What is the difference between the <div> and <span> tags?" class="related-a"> <p class="mb-0 ">712. What is the difference between the <div> and <span> tags?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/in-the-code-below-what-is-the-purpose-of-the-id-attribute-p-id-warning-be-careful-when-installing-this-product-p" title="In the code below, what is the purpose of the id attribute? <p id="warning">Be careful when installing this product.</p> " class="related-a"> <p class="mb-0 ">713. In the code below, what is the purpose of the id attribute? <p id="warning">Be careful when installing this product.</p> </p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-should-fill-the-blank-in-this-html-code-a-href-https-es-yahoo-com-hreflang-target-blank-visita-yahoo-a" title="What should fill the blank in this HTML code? <a href="https://es.yahoo.com/" hreflang="____" target="_blank">Visita Yahoo</a>" class="related-a"> <p class="mb-0 ">714. What should fill the blank in this HTML code? <a href="https://es.yahoo.com/" hreflang="____" target="_blank">Visita Yahoo</a></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/how-do-you-confirm-that-a-document-is-written-in-html5" title="How do you confirm that a document is written in HTML5?" class="related-a"> <p class="mb-0 ">715. How do you confirm that a document is written in HTML5?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-hr-tag-typically-used-for" title="What is the <hr>tag typically used for?" class="related-a"> <p class="mb-0 ">716. What is the <hr>tag typically used for?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-three-tags-where-deprecated-in-html4-but-returned-to-html5" title="Which three tags where deprecated in HTML4 but returned to HTML5?" class="related-a"> <p class="mb-0 ">717. Which three tags where deprecated in HTML4 but returned to HTML5?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-tag-is-used-for-marking-up-a-short-code-snippet-while-the-tag-is-used-for-marking-up-a-longer-block-of-code" title="The _ tag is used for marking up a short code snippet, while the _ tag is used for marking up a longer block of code" class="related-a"> <p class="mb-0 ">718. The _ tag is used for marking up a short code snippet, while the _ tag is used for marking up a longer block of code</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-does-the-label-element-do" title="What does the <label> element do?" class="related-a"> <p class="mb-0 ">719. What does the <label> element do?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/to-get-a-link-to-open-in-a-new-window-or-tab-use-the-attribute" title="To get a link to open in a new window or tab, use the _ attribute" class="related-a"> <p class="mb-0 ">720. To get a link to open in a new window or tab, use the _ attribute</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-should-fill-the-blank-below-link-href-phone-css-rel-stylesheet-print" title="What should fill the blank below? <link href="phone.css" rel="stylesheet" _____="print" />" class="related-a"> <p class="mb-0 ">721. What should fill the blank below? <link href="phone.css" rel="stylesheet" _____="print" /></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-choice-uses-the-correct-terminology-in-describing-this-markup-p-info-p" title="Which choice uses the correct terminology in describing this markup: <p>info</p>?" class="related-a"> <p class="mb-0 ">722. Which choice uses the correct terminology in describing this markup: <p>info</p>?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-difference-between-input-type-submit-value-click-me-and-button-type-submit-click-me-button" title="What is the difference between <input type="submit" value="click me"> and <button type="submit">Click me</button>?" class="related-a"> <p class="mb-0 ">723. What is the difference between <input type="submit" value="click me"> and <button type="submit">Click me</button>?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-best-semantic-way-to-indicate-that-text-refers-to-keyboard-entry" title="What is the best semantic way to indicate that text refers to keyboard entry?" class="related-a"> <p class="mb-0 ">724. What is the best semantic way to indicate that text refers to keyboard entry?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-attribute-applies-a-keyboard-shortcut-hint-to-the-current-element" title="What attribute applies a keyboard shortcut hint to the current element?" class="related-a"> <p class="mb-0 ">725. What attribute applies a keyboard shortcut hint to the current element?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-correct-way-to-code-a-link-that-when-clicked-will-send-an-email-to-email-example-com-with-a-subject-of-hello" title="What is the correct way to code a link that, when clicked, will send an email to email@example.com with a subject of "Hello"?" class="related-a"> <p class="mb-0 ">726. What is the correct way to code a link that, when clicked, will send an email to email@example.com with a subject of "Hello"?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-tag-is-the-root-element-of-an-html-document" title="Which tag is the root element of an HTML document?" class="related-a"> <p class="mb-0 ">727. Which tag is the root element of an HTML document?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-choice-is-not-a-legal-value-for-the-name-attribute-within-a-tag" title="Which choice is NOT a legal value for the name attribute within a tag?" class="related-a"> <p class="mb-0 ">728. Which choice is NOT a legal value for the name attribute within a tag?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-does-the-poster-attribute-do-in-the-video-tag" title="What does the poster attribute do in the <video> tag?" class="related-a"> <p class="mb-0 ">729. What does the poster attribute do in the <video> tag?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-does-this-code-do-audio-controls-src-sound-mp3-type-audio-mpeg-when-does-this-text-display-audio" title="<p>What does this code do? < audio controls src="sound.mp3" type="audio/mpeg">When does this text display?< /audio></p>" class="related-a"> <p class="mb-0 ">730. <p>What does this code do? < audio controls src="sound.mp3" type="audio/mpeg">When does this text display?< /audio></p></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-primary-purpose-of-the-canvas-tag" title="What is the primary purpose of the <canvas> tag?" class="related-a"> <p class="mb-0 ">731. What is the primary purpose of the <canvas> tag?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-choice-contains-three-valid-block-level-elements" title="Which choice contains three valid block-level elements?" class="related-a"> <p class="mb-0 ">732. Which choice contains three valid block-level elements?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/in-the-code-below-what-is-the-purpose-of-the-lang-attribute" title="In the code below, what is the purpose of the lang attribute?" class="related-a"> <p class="mb-0 ">733. In the code below, what is the purpose of the lang attribute?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-image-formats-can-be-displayed-by-all-web-browsers" title="Which image formats can be displayed by all web browsers?" class="related-a"> <p class="mb-0 ">734. Which image formats can be displayed by all web browsers?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/review-the-code-below-what-is-the-absolute-url-for-a-page-called-page-html-base-href-http-www-linkedin-com-dir" title="Review the code below. What is the absolute URL for a page called page.html? <base href="http://www.linkedin.com/dir/" /> " class="related-a"> <p class="mb-0 ">735. Review the code below. What is the absolute URL for a page called page.html? <base href="http://www.linkedin.com/dir/" /> </p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-correct-way-to-include-a-stylesheet-named-style-css-in-the-head-of-your-document" title="What is the correct way to include a stylesheet named style.css in the <head> of your document?" class="related-a"> <p class="mb-0 ">736. What is the correct way to include a stylesheet named style.css in the <head> of your document?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/you-want-to-have-single-spacing-in-between-some-lines-like-in-a-poem-or-an-address-which-approach-should-you-use" title="You want to have single spacing in between some lines, like in a poem or an address. Which approach should you use?" class="related-a"> <p class="mb-0 ">737. You want to have single spacing in between some lines, like in a poem or an address. Which approach should you use?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-does-the-wbr-tag-do" title="What does the <wbr> tag do?" class="related-a"> <p class="mb-0 ">738. What does the <wbr> tag do?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-correct-way-to-code-a-comment-in-html" title="What is the correct way to code a comment in HTML?" class="related-a"> <p class="mb-0 ">739. What is the correct way to code a comment in HTML?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-statement-is-false" title="Which statement is false?" class="related-a"> <p class="mb-0 ">740. Which statement is false?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-best-semantic-to-use-quotes-in-html-steve-kruz-said-he-will-win" title="What is the best semantic to use Quotes in HTML? Steve Kruz Said: " class="related-a"> <p class="mb-0 ">741. What is the best semantic to use Quotes in HTML? Steve Kruz Said: </p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-semantic-meaning-of-the-hr-tag" title="<p>What is the semantic meaning of the <hr> tag?</p>" class="related-a"> <p class="mb-0 ">742. <p>What is the semantic meaning of the <hr> tag?</p></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/how-will-a-video-look-displayed-on-a-fully-loaded-webpage-if-the-video-tag-is-used-and-the-autoplay-attribute-is-not-set" title="<p>How will a video look displayed on a fully loaded webpage if the <video> tag is used and the autoplay attribute is not set?</p>" class="related-a"> <p class="mb-0 ">743. <p>How will a video look displayed on a fully loaded webpage if the <video> tag is used and the autoplay attribute is not set?</p></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-correct-way-to-describe-an-empty-element" title="What is the correct way to describe an empty element?" class="related-a"> <p class="mb-0 ">744. What is the correct way to describe an empty element?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-purpose-of-async-in-this-code-script-async-src-myscript-js-script" title="What is the purpose of async in this code? <script async src="myscript.js"></script>" class="related-a"> <p class="mb-0 ">745. What is the purpose of async in this code? <script async src="myscript.js"></script></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-does-this-code-do-on-a-page-you-are-visiting-for-the-first-time-audio-autoplay-loop-src-sound-mp3-type-audio-mpeg-audio" title="What does this code do on a page you are visiting for the first time? <audio autoplay loop src="sound.mp3" type="audio/mpeg"></audio>" class="related-a"> <p class="mb-0 ">746. What does this code do on a page you are visiting for the first time? <audio autoplay loop src="sound.mp3" type="audio/mpeg"></audio></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-difference-between-the-head-and-header-tags" title="What is the difference between the <head> and <header> tags?" class="related-a"> <p class="mb-0 ">747. What is the difference between the <head> and <header> tags?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/in-this-code-what-is-the-purpose-of-defer" title="In this code, what is the purpose of defer? " class="related-a"> <p class="mb-0 ">748. In this code, what is the purpose of defer? </p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/when-should-you-use-the-article-element" title="When should you use the <article> element?" class="related-a"> <p class="mb-0 ">749. When should you use the <article> element?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-snippet-of-html-when-clicked-makes-a-phone-call-on-a-mobile-device" title="Which snippet of HTML, when clicked, makes a phone call on a mobile device?" class="related-a"> <p class="mb-0 ">750. Which snippet of HTML, when clicked, makes a phone call on a mobile device?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-purpose-of-the-class-attribute" title="What is the purpose of the class attribute?" class="related-a"> <p class="mb-0 ">751. What is the purpose of the class attribute?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-most-semantic-way-to-mark-up-this-sentence-so-that-happy-talk-must-die-is-rendered-as-an-inline-quote-as-steve-krug-once-said-happy-talk-must-die" title="What is the most semantic way to mark up this sentence so that "happy talk must die" is rendered as an inline quote? As Steve Krug once said, happy talk must die." class="related-a"> <p class="mb-0 ">752. What is the most semantic way to mark up this sentence so that "happy talk must die" is rendered as an inline quote? As Steve Krug once said, happy talk must die.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-primary-purpose-of-html" title="What is the primary purpose of HTML?" class="related-a"> <p class="mb-0 ">753. What is the primary purpose of HTML?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-correct-way-to-describe-an-empty-element-such-as-a-line-break-tag" title="What is the correct way to describe an empty element, such as a line break tag?" class="related-a"> <p class="mb-0 ">754. What is the correct way to describe an empty element, such as a line break tag?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/for-the-html-code-below-when-will-sample-text-display-to-the-browser-noscript-sample-text-noscript" title="For the HTML code below, when will "Sample Text" display to the browser?<noscript>Sample Text</noscript>" class="related-a"> <p class="mb-0 ">755. For the HTML code below, when will "Sample Text" display to the browser?<noscript>Sample Text</noscript></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/in-this-code-what-is-target" title="In this code, what is target?" class="related-a"> <p class="mb-0 ">756. In this code, what is target?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-difference-between-the-svg-and-canvas" title="<p>What is the difference between the <svg> and <canvas>?</p>" class="related-a"> <p class="mb-0 ">757. <p>What is the difference between the <svg> and <canvas>?</p></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/in-this-code-what-is-target-a-target-blank-a" title="<p>In this code, what is target? <a target="_blank">...</a> </p>" class="related-a"> <p class="mb-0 ">758. <p>In this code, what is target? <a target="_blank">...</a> </p></p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-is-the-best-markup-to-produce-this-text-x-y-z-w" title="Which is the best markup to produce this text? x<y&z>w" class="related-a"> <p class="mb-0 ">759. Which is the best markup to produce this text? x<y&z>w</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-default-method-for-form-submission" title="What is the default method for form submission?" class="related-a"> <p class="mb-0 ">760. What is the default method for form submission?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-is-the-most-semantically-correct-markup-for-a-side-comment-in-small-print" title="Which is the most semantically correct markup for a side comment in small print?" class="related-a"> <p class="mb-0 ">761. Which is the most semantically correct markup for a side comment in small print?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-choice-will-produce-the-spanish-word-cancion" title="Which choice will produce the spanish word canción?" class="related-a"> <p class="mb-0 ">762. Which choice will produce the spanish word canción?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-the-purpose-of-caption" title="What is the purpose of caption tag?" class="related-a"> <p class="mb-0 ">763. What is the purpose of caption tag?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/what-is-wrong-with-this-code-img-src-https-source-unsplash-com-random" title="What is wrong with this code? img src=https://source.unsplash.com/random" class="related-a"> <p class="mb-0 ">764. What is wrong with this code? img src=https://source.unsplash.com/random</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-choice-is-the-most-semantically-correct-markup-for-specifying-the-first-definition-of-a-term" title="Which choice is the most semantically correct markup for specifying the first definition of a term?" class="related-a"> <p class="mb-0 ">765. Which choice is the most semantically correct markup for specifying the first definition of a term?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/how-would-you-mark-up-a-piece-of-ascii-art-an-emoticon-in-an-accessible-way" title="How would you mark up a piece of ASCII art (an emoticon) in an accessible way?" class="related-a"> <p class="mb-0 ">766. How would you mark up a piece of ASCII art (an emoticon) in an accessible way?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/which-example-is-a-standard-way-in-html5-for-adding-author-metadata-to-a-page" title="Which example is a standard way in HTML5 for adding author metadata to a page?" class="related-a"> <p class="mb-0 ">767. Which example is a standard way in HTML5 for adding author metadata to a page?</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/text-are-used-for-extended-entries-that-can-include-several-lines-of-text" title="Text ____ are used for extended entries that can include several lines of text." class="related-a"> <p class="mb-0 ">768. Text ____ are used for extended entries that can include several lines of text.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/you-can-specify-an-access-key-for-an-input-element-by-using-the-attribute" title="You can specify an access key for an input element by using the ____ attribute." class="related-a"> <p class="mb-0 ">769. You can specify an access key for an input element by using the ____ attribute.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/filter-functions-can-be-combined-in-a-to-create-new-effects" title="Filter functions can be combined in a _____ to create new effects." class="related-a"> <p class="mb-0 ">770. Filter functions can be combined in a _____ to create new effects.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/a-attribute-can-have-only-one-value" title="A ____ attribute can have only one value." class="related-a"> <p class="mb-0 ">771. A ____ attribute can have only one value.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/as-with-absolute-pathnames-folder-names-are-separated-by-in-relative-pathnames" title="As with absolute pathnames, folder names are separated by ____ in relative pathnames." class="related-a"> <p class="mb-0 ">772. As with absolute pathnames, folder names are separated by ____ in relative pathnames.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/html-4-supports-different-input-types" title="Html 4 supports ____ different input types." class="related-a"> <p class="mb-0 ">773. Html 4 supports ____ different input types.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-dtd-supports-many-of-the-presentational-features-of-html" title="The ____ dtd supports many of the presentational features of html." class="related-a"> <p class="mb-0 ">774. The ____ dtd supports many of the presentational features of html.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-of-a-table-helps-to-define-what-formatting-is-appropriate" title="The ____ of a table helps to define what formatting is appropriate." class="related-a"> <p class="mb-0 ">775. The ____ of a table helps to define what formatting is appropriate.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/unlike-xhtml-can-be-extended-by-anyone-who-uses-it" title="Unlike _______, xhtml can be extended by anyone who uses it." class="related-a"> <p class="mb-0 ">776. Unlike _______, xhtml can be extended by anyone who uses it.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/use-the-attribute-to-configure-the-width-of-a-table-border" title="Use the ______ attribute to configure the width of a table border." class="related-a"> <p class="mb-0 ">777. Use the ______ attribute to configure the width of a table border.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/word-typically-provides-types-of-main-documents" title="Word typically provides ____ types of main documents." class="related-a"> <p class="mb-0 ">778. Word typically provides ____ types of main documents.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/with-a-n-you-can-enter-a-value-either-by-typing-the-value-or-by-selecting-it-from-a-list" title="With a(n) ____, you can enter a value either by typing the value or by selecting it from a list." class="related-a"> <p class="mb-0 ">779. With a(n) ____, you can enter a value either by typing the value or by selecting it from a list.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/webpages-use-a-file-format-called" title="Webpages use a file format called ____." class="related-a"> <p class="mb-0 ">780. Webpages use a file format called ____.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/when-a-webpage-is-displayed-in-a-browser-the-browser-tab-displays-the" title="When a webpage is displayed in a browser, the browser tab displays the _____." class="related-a"> <p class="mb-0 ">781. When a webpage is displayed in a browser, the browser tab displays the _____.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/with-a-n-style-one-adds-a-style-to-the-start-tag-for-an-element" title="With a(n) _____ style, one adds a style to the start tag for an element." class="related-a"> <p class="mb-0 ">782. With a(n) _____ style, one adds a style to the start tag for an element.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/web-pages-are-connected-by-links" title="Web pages are connected by __________ links." class="related-a"> <p class="mb-0 ">783. Web pages are connected by __________ links.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/when-text-identifies-a-link-it-often-appears-as-text" title="When text identifies a link, it often appears as ____ text." class="related-a"> <p class="mb-0 ">784. When text identifies a link, it often appears as ____ text.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/each-control-element-in-which-the-user-can-enter-information-is-called-a-n" title="Each control element in which the user can enter information is called a(n) ____." class="related-a"> <p class="mb-0 ">785. Each control element in which the user can enter information is called a(n) ____.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/if-an-element-is-configured-with-the-other-content-on-the-page-will-appear-to-its-left" title="If an element is configured with ___________ the other content on the page will appear to its left." class="related-a"> <p class="mb-0 ">786. If an element is configured with ___________ the other content on the page will appear to its left.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/in-a-browser-link-to-pages-that-you-use-frequently" title="In a browser, __________ link to pages that you use frequently." class="related-a"> <p class="mb-0 ">787. In a browser, __________ link to pages that you use frequently.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/html-allows-you-to-organize-selection-lists-into-distinct-groups-called-groups" title="Html allows you to organize selection lists into distinct groups called ____ groups." class="related-a"> <p class="mb-0 ">788. Html allows you to organize selection lists into distinct groups called ____ groups.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-format-is-a-format-specifically-created-for-web-page-images" title="the ____ format is a format specifically created for web page images." class="related-a"> <p class="mb-0 ">789. the ____ format is a format specifically created for web page images.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-tag-defines-a-container-for-an-external-application-or-interactive-content" title="The ____ tag defines a container for an external application or interactive content." class="related-a"> <p class="mb-0 ">790. The ____ tag defines a container for an external application or interactive content.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-first-section-of-an-html-document-is-called-the-section" title="The first section of an html document is called the ____ section." class="related-a"> <p class="mb-0 ">791. The first section of an html document is called the ____ section.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/the-last-item-in-an-html-document-must-be-the-tag" title="The last item in an html document must be the ____ tag." class="related-a"> <p class="mb-0 ">792. The last item in an html document must be the ____ tag.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/to-create-a-button-that-will-clear-the-form-fields-you-use-a-type-of" title="To create a button that will clear the form fields, you use a type of ____." class="related-a"> <p class="mb-0 ">793. To create a button that will clear the form fields, you use a type of ____.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/to-link-to-a-document-you-must-specify-its" title="To link to a document, you must specify its ____." class="related-a"> <p class="mb-0 ">794. To link to a document, you must specify its ____.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/each-type-of-media-player-has-various-tag-that-can-be-used" title="Each type of media player has various tag ____ that can be used." class="related-a"> <p class="mb-0 ">795. Each type of media player has various tag ____ that can be used.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/using-one-browser-window-for-all-open-pages-is-called" title="Using one browser window for all open pages is called ____." class="related-a"> <p class="mb-0 ">796. Using one browser window for all open pages is called ____.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/a-resume-that-is-converted-from-a-graphic-image-into-text-and-searched-for-keywords-is-a" title="A resume that is converted from a graphic image into text and searched for keywords is a ______." class="related-a"> <p class="mb-0 ">797. A resume that is converted from a graphic image into text and searched for keywords is a ______.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/are-used-to-check-for-the-presence-or-absence-of-something" title="____ are used to check for the presence or absence of something." class="related-a"> <p class="mb-0 ">798. ____ are used to check for the presence or absence of something.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/buttons-can-be-placed-into-a-group-so-that-selecting-one-deselects-all-of-the-others" title="____ buttons can be placed into a group so that selecting one deselects all of the others." class="related-a"> <p class="mb-0 ">799. ____ buttons can be placed into a group so that selecting one deselects all of the others.</p> </a> </div> <div class="col-12 p-3 related-bar mt-3"> <a href="https://quizack.com/html/mcq/to-apply-an-internet-explorer-filter-in-compliance-with-correct-css-syntax-add-the-style" title="To apply an internet explorer filter in compliance with correct css syntax, add the style ____." class="related-a"> <p class="mb-0 ">800. To apply an internet explorer filter in compliance with correct css syntax, add the style ____.</p> </a> </div> </div> </div> <div class="d-block d-xl-none"> <div class="col-12 bg-white py-4 mt-4"> <div class="h5 fw-bold px-4"><span class="border-3 border-bottom pb-1">More Resources</span></div> <div class="px-4 border-bottom mt-4 pb-2"> <a href="https://quizack.com/skill-assessment/html-skill-assessment" class="text-decoration-none text-secondary">HTML Skill Assessment</a> </div> <div class="px-4 pt-2"> <a href="https://quizack.com/pdf-download" class="text-decoration-none text-secondary">HTML PDF</a> </div> </div> <div class="col-12 bg-white py-4 mt-4"> <div class="h5 fw-bold px-4 mb-4"><span class="border-3 border-bottom pb-1">Related MCQs</span></div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/html-5/questions-and-answers" class="text-decoration-none text-secondary">HTML 5</a> </div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/information-technology-it/questions-and-answers" class="text-decoration-none text-secondary">Information Technology (IT)</a> </div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/internet-security/questions-and-answers" class="text-decoration-none text-secondary">Internet Security</a> </div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/introduction-to-programming/questions-and-answers" class="text-decoration-none text-secondary">Introduction to Programming</a> </div> <div class="px-4 pt-2"> <a href="https://quizack.com/ios-game-development/questions-and-answers" class="text-decoration-none text-secondary">iOS Game Development</a> </div> </div> </div> </div> <div class="col-12 col-xl-4 d-none d-xl-block"> <div class="col-12 bg-white p-4"> <form action="https://quizack.com/search-quiz" method="post" class="position-relative form-inline my-2 my-lg-0 d-lg-block" autocomplete="off" accept-charset="utf-8"> <input type="hidden" name="csrf_test_name" value="b5f5be0249527054017b26dd9da2cde9"> <img src="https://quizack.com/assets/img/search.png" width="15" height="15" alt="search" class="search_img"> <input class="form-control sidesearchBar search_mcqs rounded-1 shadow-none border-2" type="text" name="search" placeholder="Search for MCQs" aria-label="Search"> <ul class="w-100 ser_res mcq_search"> </ul> </form> </div> <div class="col-12 bg-white py-4 mt-4"> <div class="h5 fw-bold px-4"><span class="border-3 border-bottom pb-1">More Resources</span></div> <div class="px-4 border-bottom mt-4 pb-2"> <a href="https://quizack.com/skill-assessment/html-skill-assessment" class="text-decoration-none text-secondary">HTML Skill Assessment</a> </div> <div class="px-4 pt-2"> <a href="https://quizack.com/pdf-download" class="text-decoration-none text-secondary">HTML PDF</a> </div> </div> <div class="col-12 bg-white py-4 mt-4"> <div class="h5 fw-bold px-4 mb-4"><span class="border-3 border-bottom pb-1">Related MCQs</span></div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/html-5/questions-and-answers" class="text-decoration-none text-secondary">HTML 5</a> </div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/information-technology-it/questions-and-answers" class="text-decoration-none text-secondary">Information Technology (IT)</a> </div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/internet-security/questions-and-answers" class="text-decoration-none text-secondary">Internet Security</a> </div> <div class="px-4 border-bottom py-2"> <a href="https://quizack.com/introduction-to-programming/questions-and-answers" class="text-decoration-none text-secondary">Introduction to Programming</a> </div> <div class="px-4 pt-2"> <a href="https://quizack.com/ios-game-development/questions-and-answers" class="text-decoration-none text-secondary">iOS Game Development</a> </div> </div> <div class="col-12 bg-white text-center p-3 mt-4"> <script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="Quizack" data-color="#FFDD00" data-emoji="☕" data-font="Cookie" data-text="Buy us a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff"></script> </div> </div> </div> </div> <script> window.addEventListener('load', function(){ $(document).ready(function(){ function add_googlead() { $('head').append('<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1120780384037301" crossorigin="anonymous"><\/script>'); } setTimeout(function(){ // add_googlead(); },2000) }); }); </script> <div class="bg-footer footer py-5"> <div class="container pb-5"> <div class="row pt-3 pb-5"> <div class="col-5 d-none d-lg-block"> <a class="navbar-brand" href="https://quizack.com/"> <img src="https://quizack.com/assets/img/quizack-logo-white.svg" width="180" height="60" class="d-inline-block ml--20" alt="Logo"> </a> <p class="text-white mt-3">Join our newsletter for the latest updates.</p> <div class="col-8 position-relative mb-5"> <input type="text" class="form-control rounded-1 py-3" placeholder="Enter Email Address"> <button class="btn bgClr btn-hover text-white position-absolute join-letter fw-bold px-4 py-3 rounded-1">Join</button> </div> <img src="https://quizack.com/assets/img/playstore.png" width="160" height="50" class="d-block mt-3" alt="play store"> <img src="https://quizack.com/assets/img/appstore.png" width="180" height="50" class="d-block mt-3 ml--12" alt="app store"> <div class="col-12 text-white fs_14 mt-3">Coming Soon</div> </div> <div class="col-6 col-lg-4"> <p class="h4 text-white">Our Products</p> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/skill-assessments">Skill Assessment</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/category">Categories</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/mcqs-multiple-choice-questions">MCQs</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/pdf-download">PDFs</a> </div> <div class="col-12 d-none d-lg-block mt-5"> <script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="Quizack" data-color="#FFDD00" data-emoji="☕" data-font="Cookie" data-text="Buy us a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff" ></script> </div> </div> <div class="col-6 col-lg-3"> <p class="h4 text-white">Company</p> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/about-us">About</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/">Advertising</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/privacy-policy">Privacy Policy</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/terms-condition">Terms & Conditions</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/sitemap.xml">Sitemap</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/contact">Contact</a> </div> <div class="col-md-12 col-sm-3 col-xm-3 px-0 my-2"> <a class="text-decoration-none" href="https://quizack.com/blog">Blog</a> </div> <div class="col-12 mt-5 d-none d-lg-block"> <span class="back-to-top fw-bold fs-5 mb-0 cursor"> <span>Back to top</span> <img src="https://quizack.com/assets/img/back-to-top.png" width="20" height="18" alt="back to top"> </span> </div> </div> <hr class="hrLine my-4 d-block d-lg-none"> <div class="row d-block d-lg-none text-center"> <a class="col-12" href="https://quizack.com/"> <img src="https://quizack.com/assets/img/quizack-logo-white.svg" width="250" height="80" alt="Logo"> </a> <div class="col-12 text-center"> <img src="https://quizack.com/assets/img/playstore.png" width="160" height="50" class="mt-3" alt="play store"> <img src="https://quizack.com/assets/img/appstore.png" width="180" height="50" class="mt-3" alt="app store"> </div> <div class="col-12 text-white fs_14">Coming Soon</div> <div class="col-12 d-block d-lg-none mt-4"> <script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="Quizack" data-color="#FFDD00" data-emoji="☕" data-font="Cookie" data-text="Buy us a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff" ></script> </div> </div> <hr class="hrLine my-4"> <div class="row my-2"> <div class="col-12 col-md-6"> <p class="col-12 text-white text-center text-md-start fs-5 mt-3 ps-0">© Copyrights 2024 Quizack.com</p> </div> <div class="col-12 col-md-6 text-center text-md-end mt-2"> <a href="https://www.facebook.com/Quizackdotcom" title="Facebook" target="_blank" class="d-inline-block me-5"> <img src="https://quizack.com/assets/img/fb.png" width="25" height="25"> </a> <a href="https://www.youtube.com/channel/UCP4hAQ967BM-e1ztXtIZpYA" title="Youtube" target="_blank" class="d-inline-block me-5"> <img src="https://quizack.com/assets/img/insta.png" width="25" height="25"> </a> <a href="https://www.linkedin.com/company/quizackofficial/about/" title="Linkedin" target="_blank" class="d-inline-block me-5"> <img src="https://quizack.com/assets/img/in.png" width="25" height="25"> </a> <a href="https://twitter.com/quizackofficial" title="Twitter" target="_blank" class="d-inline-block"> <img src="https://quizack.com/assets/img/twitter-bird.png" width="25" height="25"> </a> </div> </div> </div> </div> </div> <script async src="https://www.googletagmanager.com/gtag/js?id=G-57PLDN3R1B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-57PLDN3R1B'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-54315042-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54315042-4'); </script> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> --> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script> <script> "use strict"; $(document).ready(function(){ 'use strict'; // var distance = $('.bottom_mosori').offset().top, // $window = $(window); // $window.scroll(function() { // if ( $window.scrollTop() >= distance ) { // $('.bottom_mosori').addClass('fixed_ad'); // }else{ // $('.bottom_mosori').removeClass('fixed_ad'); // } // }); // $(window).scroll(function() { // if($(window).scrollTop() >= $(document).height() - $(window).height() - 500) { // $('.bottom_mosori').removeClass('fixed_ad'); // } // }); $('#desktop_search').css('cursor','pointer'); $('#desktop_search').on('click',function(){ let val = $('#search_exam').val(); if (val!='') { $('form.search_li').submit(); $('form.home_search').submit(); } }); $('#search_arrow').on('click',function(){ let val = $('#search_exam').val(); if (val!=''){ $('form.home_search').submit(); } }); $('.row').addClass('m-0'); $('.send_side').on('click',function(){ let show=$(this).attr('show'); if (show==0) { $('.side_email').slideDown('slow'); $(this).attr('show','1') }else{ let ques=$('#msg-side').val(); let email=$('#email-side').val(); if (ques!='' && email!='') { $('.send_side').text('Sending...'); $.ajax({ url: "https://quizack.com//sidebar-contact", type: "POST", data: {'csrf_test_name':'b5f5be0249527054017b26dd9da2cde9',email : email,ques:ques}, success: function(data){ const feed = document.querySelector('.feed_done'); feed.style.display = "block"; feed.style.fontSize = "20px"; feed.style.marginTop = "10px"; feed.textContent = "Great ! We will email you when our experts find answer" $('.feed_error').hide(); $('.send_side').attr('disabled','disabled'); document.querySelector('.send_side').textContent = "Sent" } }); }else{ $('.feed_error').show(); } } }); let adsBlockcode=`<script> fetch('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js') .catch(() => checkAdBlocker()); fetch('https://quizack.com/assets/img/ads.js') .catch(() => checkAdBlocker()); function checkAdBlocker(){ setTimeout(function(){ $('.ad_blocker').css('display','block'); $('body').css('overflow','hidden'); },5000); } </\script>`; // $('.footer').append(adsBlockcode); let search_quiz='.NET||net||.NET Core||net-core||.NET Framework||net-framework||3D Modeling||3d-modeling||3D Printing||3d-printing||5G||5g||Academic Writing||academic-writing||ACCA Financial Management||acca-financial-management||Access||access||Accounting||accounting||Accounting Assets and Revenue||accounting-assets-and-revenue||Accounting Cash Flow||accounting-cash-flow||Accounting knowledge||accounting-test||Accounting Principles||accounting-principles||Accounting Skills (Securities, Derivatives and Investments)||accounting-skills-test-securities-derivatives-an||Accounts Payable||accounts-payable||Accounts Receivable||accounts-receivable||Acoustical Engineering||acoustical-engineering||Actionscript 3||actionscript-3||Active and Passive Voice||active-and-passive-voice||Active Directory||active-directory||Administrative Assistant||administrative-assistant||ADO.NET||ado-net-2003-test||Adobe Acrobat||adobe-acrobat||Adobe After Effects||adobe-after-effects||Adobe Analytics Standard||adobe-analytics-standard||Adobe Animate||adobe-animate||Adobe ColdFusion||adobe-coldfusion||Adobe Director||macromedia-director-mx-2004-test||Adobe Fireworks||adobe-fireworks||Adobe Flex Builder||adobe-flex-builder||Adobe FrameMaker||adobe-framemaker-8-test||Adobe FreeHand||macromedia-freehand-mx-test||Adobe Illustrator||adobe-illustrator||Adobe InCopy||adobe-incopy-cs3-test||Adobe InDesign||adobe-indesign||Adobe Lightroom||adobe-lightroom||Adobe PageMaker||pagemaker-7-0-test||Adobe Photoshop||adobe-photoshop||Adobe XD||adobe-xd||Advertising||advertising||Aerospace & Aeronautical Engineering||aerospace-aeronautical-engineering||Affiliate Marketing||affiliate-marketing||Agile Methodologies||agile-methodologies||Aging||aging||Agricultural Engineering||agricultural-engineering||Air Traffic Control||airlines-space-control-executive-skills-test||Airline Flight Attendant Training||cabin-crew-etiquette-test||Ajax||ajax||Amazon Web Services (AWS)||amazon-web-services||AMBA AHB||amba-ahb||American Culture and Etiquette||u-s-culture-and-etiquette-test||American Government||american-government||Analog Electronics||analog-electronics||Analysis||analysis||Analytical Skills||analytical-skills-test||Analytics||analytics||Android||android||Android Game Development||android-game-development||Android Programming||android-programming||Angular 6||angular-6||Angular JS||angular-js||Animation||animation||Anthropology (Cultural and Global View)||anthropology-cultural-and-global-view||Antispam and Antivirus||antispam-and-antivirus||AP Style Editing (US English)||u-s-english-ap-style-editing-skills-test||Apache||apache||Apache Flex||apache-flex||Apache Server||apache-server||Applications and Softwares||applications-and-softwares||Applied Engineering||applied-engineering||Applied Math||applied-math||Applied Statistics||applied-statistics||AppSheet||appsheet-test||Aptitude||aptitude||ArcGIS(Geographic Information System) Products||arcgis-geographic-information-system-products||ArchiCAD||archicad||Architectural Engineering||architectural-engineering||Area||area||Art||art||Article and Blog writing||article-writing||Arts and Humanities||arts-and-humanities||ASP.NET||asp-net||ASP.NET with SQL Server||asp-net-with-sql-server||Assembla||assembla-test||Assembly language||assembly-language||Assertive Behavior And Communication||assertive-behavior-and-communication||Astronautical Engineering||astronautical-engineering||Astronomy||astronomy||Atom (code editor)||atom-test||Audio Editing||audio-editing||Auditing Principles||auditing-principles||Augmented Reality||augmented-reality-test||AutoCAD||autocad||AutoDesk 3DS Max||autodesk-3ds-max||Autodesk Fusion 360||autodesk-fusion-360||Autodesk Inventor||autodesk-inventor||AutoDesk Maya||autodesk-maya||Autodesk Revit||autodesk-revit||Average||average||Avid Media Composer||avid-media-composer||AWS Lambda||aws-lambda||Axure RP-Rapid Prototype Tool||axure-rp-rapid-prototype-tool||B2B Marketing||b2b-marketing||BackBone.js||backbone-js||Balance Sheet||balance-sheet||Bash||bash||Basic Algebra||basic-algebra-skills-test||Basic Common||basic-common||Basic French: grammar and vocabulary||basic-french-grammar-and-vocabulary||Bing Ads||bing-ads||Biology||biology||Bipolar Junction Transistor||bipolar-junction-transistors||Blackberry-Native SDK Development||blackberry-native-sdk-development||Blender||blender||Blockchain||blockchain||Blogging Best Practices||blogging-best-practices||Blood Relation||blood-relation||Bluetooth Technology||bluetooth-technology-skills-test||Boats and Streams||boats-and-streams||Body Language||body-language||Book Writing Skills||book-writing-skills-test||Bookkeeping||bookkeeping||Bootstrap||bootstrap-test||Box||box||Box.net (Cloud Content Management)||knowledge-of-box-net-skills-test||Branding||branding||Browser Scripting||browser-scripting||Budget and Planning||budget-and-planning||Bureaucracy||bureaucracy||Business Accounting||business-accounting||Business Across The Enterprise||business-across-the-enterprise||Business Analysis||fundamentals-of-business-analysis-test||Business Analysis Body of Knowledge (BABOK)||business-analysis-body-of-knowledge-babok||Business Communication||business-communication||Business Development||business-development||Business Economics||business-economics||Business Environment||business-environment||Business Ethics||business-ethics||Business Information||business-information||Business Law||business-law||Business Management||business-management||Business Marketing||business-marketing||Business Mathematics||business-mathematics-test||Business Planning||business-planning||Business Process Outsourcing (BPO)||business-process-outsourcing-bpo||Business Research||business-research||Business Statistics||business-statistics-skills-test||Business Strategy||business-strategy||Business Writing||business-writing||C Programming||c||C#||c-sharp||C++||c-plus-plus||CakePHP||cakephp||Calendar||calendar||Camtasia||camtasia||Capgemini Siebel CRM||cap-gemini-siebel-crm||Capital Marcket||capital-marcket||CAPM Cost Management||capm-cost-management||Career Planning And Talent Management||career-planning-and-talent-management||Caspio||caspio-test||CCIE Lab||ccie-lab||CCIE Sec Encryption Ipsec||ccie-sec-encryption-ipsec||CCIE Voice Test||ccie-voice-test||CCNA||ccna||CCNA Managing An Internetwork||ccna-managing-an-internetwork||CCNA Security||ccna-security||CCNA TCP/IP Protocol Suite||ccna-tcp-ip-protocol-suite||CCNA Voice||ccna-voice||CCNA Voice - 2||ccna-voice-2||CCNP Routing||ccnp-routing||Central Desktop||central-desktop-test||Chain Rule||chain-rule||Checkpoint Security||checkpoint-security-test||Chemical Science||chemical-science||Chemistry||chemistry||Circuit Design||circuit-design||CISCO||cisco||CISSP Attacks||cissp-attacks||CISSP Crypto Domain||cissp-crypto-domain||CISSP Operational Security||cissp-operational-security||CISSP Physical Security||cissp-physical-security||CISSP Security Architecture And Design||cissp-security-architecture-and-design||CISSP Telecom And Network Security||cissp-telecom-and-network-security||Civil Laws||civil-laws||Clock and Time||clock-and-time||Clojure||clojure||Cloud Security||cloud-security||CMDB||cmdb||CMMI: Capability Maturity Model Integration||cmmi-capability-maturity-model-integration||CNC programming||cnc-programming||Cocoa Programming for Mac OS X||cocoa-programming-for-mac-os-x||CodeIgniter Software||codeigniter||Codesion||codesion-test||COM (Component Object Model)||com-test||Communication||communication||Communication (Connecting and Engaging)||communication-connecting-and-engaging||Communication (Everyday Life)||communication-everyday-life||Communication (Intercultural & Global)||communication-intercultural-global||Communication (Interpersonal)||communication-interpersonal||Communication (Professional Life)||communication-professional-life||Communication (Relationships)||communication-relationships||Competition||competition||Compiler Design||compiler-design||Compound interest||compound-interest||Comptia A +: Hardware||comptia-a-hardware||Comptia A +: Hardware Display Devices||comptia-a-hardware-display-devices||Comptia A +: Portable Computing||comptia-a-portable-computing||Comptia A +: System Protection||comptia-a-system-protection||Comptia A +: System Recovery||comptia-a-system-recovery||Comptia A +: Windows Pre Installation||comptia-a-windows-pre-installation||Comptia Linux+||comptia-linux||Comptia Network +||comptia-network||Comptia Network + Network Management And Trouble Shooting||comptia-network-network-management-and-trouble-shooting||Comptia Network + Wireless||comptia-network-wireless||Comptia Network + Wireless NOS Voip||comptia-network-wireless-nos-voip||Comptia Network Fundamentals||comptia-network-fundamentals||Comptia Project + Project Management||comptia-project-project-management||Comptia Security +||comptia-security||Comptia Security + Exam||comptia-security-exam||Comptia Security +: Assessment And Risk Mgmt||comptia-security-assessment-and-risk-mgmt||Comptia Security +: Cryptography||comptia-security-cryptography||Comptia Security +: Cyber Ops||comptia-security-cyber-ops||Comptia Security +: Domain2 Compliance And Organization Security||comptia-security-domain2-compliance-and-organization-security||Comptia Security +: Domain4 Application Security||comptia-security-domain4-application-security||Comptia Security +: Network Access||comptia-security-network-access||Comptia Security +: Network Security||comptia-security-network-security||Comptia Security +: Os Hardening||comptia-security-os-hardening||Comptia Security +: Wireless Security||comptia-security-wireless-security||Computer Aptitude||computer-aptitude-test||Computer competency||computer-competency||Computer Networking||computer-networking||Computer Science||computer-science||Computer Skills||computer-skills-test||Computer Technician||computer-technician||ConceptShare (Online Proofing Software)||conceptshare-test||Constant Contact||constant-contact||Consumer Behavior||consumer-behaviour||Contemporary Criminal Law (U.S.)||contemporary-criminal-law-u-s||Content Writing Skills||content-writing-skills-test||Control System||control-systems||Conversion Calculations||conversion-calculation-test||Copywriters Skills||copywriters-skills-test||Copywriting||copywriting||Core Java||core-java||Corel Draw||corel-draw||Corel PaintShop Pro||corel-paint-shop-pro-xi-test||Corel Ventura||corel-ventura-10-test||CorelDraw||coreldraw||Corporate Communications Test||corporate-communications-test||Corporate Strategy||corporate-strategy||Correctional System (U.S.)||correctional-system-u-s||Corrections and Punishments||correction-and-punishment||Cost Accounting||cost-accounting||Creative Writing||creative-writing||Creative Writing - Fiction UK||creative-writing-fiction-uk||Creative Writing Test (Non-fiction)||creative-writing-test-non-fiction-u-s-version||Criminal (In)Justice||criminal-in-justice||Criminal Courtroom Procedure (U.S.)||criminal-courtroom-procedure-u-s||Criminal Courts (U.S.)||criminal-courts-u-s||Criminal Evidence||criminal-evidence||Criminal Investigation||criminal-investigation||Criminal Justice (U.S.)||criminal-justice-u-s||Criminal Justice and Criminology (Statistics)||criminal-justice-and-criminology-statistics||Criminal Justice and Criminology (Statistics) in the United States||criminal-justice-and-criminology-statistics-in-the-united-states||Criminal Justice Ethics||criminal-justice-ethics||Criminal Law (U.S.)||criminal-law-u-s||Criminal Procedure (U.S.)||criminal-procedure-u-s||Criminology||criminology||Criminology (Introduction)||criminology-introduction||Criminology and Criminal Justice (Research)||criminology-and-criminal-justice-research||CRISC Information Systems Control||crisc-information-systems-control||Cryptography||crptography||Cryptography And Network Security||cryptography-and-network-security||CSS||css||CSS 3||css-3||CSSLP: Certified Secure Software Lifecycle Professional||csslp-certified-secure-software-lifecycle-professional||CTFL||ctfl||Customer Relationship Management||customer-relationship-management||Customer Service||customer-service||Customer Service - Call Center environment||customer-service-call-center-environment||Cyber Security||ecommerce-cyber-security||Data Analytics||data-analytics||Data Communication & Network||data-communication-network||Data Interpretation||data-interpretation-test||Data Mining||data-mining||Data Mining And Warehousing||data-mining-and-warehousing||Data Modeling||data-modeling-test||Data Science||data-science||Data Structures and Algorithms||data-structures-and-algorithms||Data Sufficiency||data-sufficiency-test||Data Testing||testing||Data Virtualization||data-virtualization||Data Visualization||data-visualization||Data Warehousing||data-warehousing||Database||database||Database Management||database-management||Day Trading||day-trading-test||DB2 Administration||db2-administration||DB2 Programming||db2-programming||Decimal Fraction||decimal-fraction||Decision Analysis||decision-analysis||Delphi||delphi||Design for Manufacturability||design-for-manufacturability-test||Design for Mobile Web Applications||design-considerations-for-mobile-web-applications||Developer 2000 by Oracle||developer-2000-test||DHTML||dhtml||Differences in British and American English||understanding-differences-in-british-and-american||Digital Electronics||digital-electronics||Digital Forensics||digital-forensics||Digital Imaging||digital-imaging||Digital Marketing||digital-marketing||Digital Signal Processing||digital-signal-processing||Dimdim||dimdim-test||Direct and Indirect Speech||direct-and-indirect-speech||Display Ads||display-ads||Diverse Society||diverse-society||Diverse Society (Race, Gender, Class)||diverse-society-race-gender-class||Django||django||DNN (DotNetNuke)||dot-net-nuke-test||Docker||docker-test||Dojo||dojo||DOS||dos||DotNet using C#||dotnet-2-0-using-c-test||DotNet using VB||dotnet-3-5-using-vb-test||Dreamweaver||dreamweaver||Driving||driving||Drop.io (Online File Sharing)||drop-io-skills-test||Dropbox||dropbox||Drupal||drupal||DVD Studio Pro||dvd-studio-pro||E4X (ECMAScript for XML)||e4x-test||Early Childhood Education||early-childhood-education||Ebay||ebay||Ebay Development||ebay-development||eBay Web Services||ebay-web-services-test||Ebooks||ebooks||Eclipse||eclipse||Ecommerce||ecommerce||Economics||economics||Economics Competition||economics-competition||Economics Fundamentals||economics-fundamentals-test||Editing/Copy Editing||editing-copy-editing||Education||education||Educational Methods(Improving Schools & Educators)||educational-methods-improving-schools-educators||Educational psychology (EdPsych)||educational-psychology-edpsych||Educational Research and Methods||educational-research-and-methods||Educational Statistics||educational-statistics||Election Code||election-code||Electronic Design||electronic-design-test||Electronics||electronics||Eloqua||eloqua||Email Etiquette||email-etiquette||Email Handling||email-handling||Email Marketing||email-marketing||Email Writing||email-writing||Embedded C||embedded-c-test||Embedded Systems||embedded-systems||EMC Symmetrix||emc-symmetrix||English for Business||english-for-business||English Grammar||english-grammar||English Language||english-language||English Language (Words and Phrases)||english-language-words-and-phrases-test||English Sentence Structure||english-sentence-structure||English Speaking Skills||english-speaking||English Spelling||english-spelling||English Spelling and Grammar||english-spelling-and-grammar||English Spelling-UK||english-spelling-uk||English Test||english-test||English Test for Writers||english-test-for-writers||English Vocabulary UK||english-vocabulary-uk||Enterprise Java Beans - EJB||enterprise-java-beans-ejb||Enterprise Resource Planning (ERP)||enterprise-resource-planning-erp||Entrepreneur Challenge||entrepreneur-challenge||Entrepreneurship||entrepreneurship||Ethical Hacking||ethical-hacking||Event Planning||event-planning||Excel||excel||Executive Business Analyst||executive-business-analyst||EXELIS Wireless Electronics||exelis-wireless-electronics-test||ExtJs||extjs||Facebook (Programming & App Development)||facebook-development||Facebook Connect||facebook-connect-test||Facebook Marketing||facebook-marketing||Facebook Open Platform Development||facebook-open-platform-development-test||Federal Income Tax||federal-income-tax||Fiber Optics||fiber-optics-test||Final Cut Pro||final-cut-pro||Financial Accounting||financial-accounting||Financial Analysis||financial-analysis||Financial Forecasting||financial-forecasting||Financial Management||financial-management||Financial Reporting||financial-reporting||Financial Services||financial-services||Financial Statements||financial-statements||Firewall Concepts||firewall-concepts||Flash||flash||Forensic Psychology||forensic-psychology||Forest||forest||Forms Of Business Organization||forms-of-business-organization||FortiGate||fortigate||FoxPro||foxpro||Frame Relay||frame-relay||Framework Technologies||framework-technologies||Freelance Writing||freelance-writing-test||French - English Translation||french-english-translation||FRM: Foundations Of Risk Management||frm-foundations-of-risk-management||Front-end Development||front-end-development||Game Development||game-development-test||Game Programming Concepts||game-programming-concepts-test||Gamification||gamification||General Aptitude||pilot-aptitude-test||General Financial Accounting||general-financial-accounting||General Knowledge||general-knowledge||General Science||general-science||Generally Accepted Accounting Principles (GAAP)||generally-accepted-accounting-principles-gaap||Geography||geography||Geology||geology||German/English Translation||german-english-translation||Ghostwriting||ghostwriting||GIAC||giac||GIMP||gimp||Git||git||Global Positioning System (GPS)||global-positioning-system-gps||Go (Programming Language)||go-programming-language||Google Ads||google-ads||Google Adsense||google-adsense||Google Adwords||google-adwords||Google Analytics||google-analytics||Google App Engine||google-app-engine||Google Cloud Platform (GCP)||google-cloud-platform-gcp||Google Docs||google-docs||Google Glass Programming||google-glass-programming||Google Maps-API and development||google-maps-api-and-development||Google Search||google-search||Google Sheets||google-sheets||Google Slides||google-slides||Google Wave (Google Buzz)||knowledge-of-google-wave-skills-test||Google Web Toolkit||google-web-toolkit||Google Webmaster Central||google-webmaster-central||Google Website Optimizer (Google Optimize)||knowledge-of-google-website-optimizer-test||Grant Writing||grant-writing||Graphic Designer||graphic-designer||Green Living Certification||green-living-certification||GSM||gsm||Guest Relations Executive||guest-relations-executive-test||H.C.F and L.C.M||h-c-f-and-l-c-m||Hadoop||hadoop-skills-test||Hardware||hardware||Hardware & Networking||hardware-networking||HashMap||hashmap||Health and Medicine||health-and-medicine||Health Club Management||health-club-management-certification||Height and Distance||height-and-distance||Help Desk Skills||help-desk-certification||Hibernate||hibernate||History||history||HMI Development||hmi-development||Hospitality Knowledge||hospitality-terminology-test||Hospitality Organizations||hospitality-organizations||Hotel Administration||hotel-administration||HTML||html||HTML 5||html-5||Human Behavior||human-behavior||Human Behavior (Person and Environment)||human-behavior-person-and-environment||Human Behavior (Throughout Life)||human-behavior-throughout-life||Human Development (Mental and Physical)||human-development-mental-and-physical||Human Resource Information Systems||human-resource-information-systems||Human Resource Management||human-resource-management||Human Resource Management (Fundamentals)||human-resource-management-fundamentals||Human Resource Management (Skill Development)||human-resource-management-skill-development||Idioms and Phrases||idioms-and-phrases||IIS 7.0||iis-7-0||iMovie||imovie||Indirect Taxation||indirect-taxation||Industrial Organization||industrial-organization||Influencing Tactics||influencing-tactics||Information Technology (IT)||information-technology-it||Infosys C++||infosys-c||Insurance Principles||insurance-principles||Integrated Circuits||integrated-circuits||Interdisciplinary Studies||interdisciplinary-studies||International Business and Export Management||international-business-and-export-management||Internet Security||internet-security||Introduction To Computing||dsst-introduction-to-computing||Introduction to Programming||introduction-to-programming||Inventory Management||inventory-management-test||Investment and Financial Planning||investment-and-financial-planning-skills-test||Investment Management||investment-management||Ionic Framework||ionic-framework-test||iOS 5 App Development 2||ios-5-app-development-2||iOS 5 App Development Basics||ios-5-app-development-basics||iOS Game Development||ios-game-development||iOS Technical Test||ios-technical-test||Iphone Apps||iphone-apps||ISO 9001||iso-9001||ISTQB||istqb||IT Operations||it-operations||J2ME - Java Platform Micro Edition||j2me-test||Java||java||Java ME (Java Platform, Micro Edition)||java-me-test||JavaScript||javascript||JDBC||jdbc||JMS Adapter||jms-adapter||Job Evaluation||job-evaluation||Joomla||joomla||Journalism||journalism||jQuery||jquery||JSharp - J#||jsharp-2003-test||JSON||json||JSP and Servlets||jsp-and-servlets||Juvenile Delinquency (U.S.)||juvenile-delinquency-u-s||Juvenile Justice System (U.S.)||juvenile-justice-system-u-s||Kaizen Certification||kaizen-certification||Kernel Programming - Solaris||kernel-programming-test-solaris-2-x-internals||Keynote||keynote||Kotlin||keynote||LAMP||lamp||Languages||languages||Laravel Framework||laravel-framework-test||Lead Generation||lead-generation||Leadership||leadership||Leadership And Motivation||leadership-and-motivation||Lean Management||lean-management-certification||LightWave||lightwave||Linux||linux||Lisp Programming||lisp-programming||Loans & Lending Practices||lending-practices-and-loans-test||Log Shipping||log-shipping||Logarithm||logarithm||Logic Pro||logic-pro||Logo Design||logo-design||Mac OS||mac-os||Machine learning||machine-learning||Macroeconomics||macroeconomics||Magento||magento||MailChimp||mailchimp||Making Decisions||making-decisions||Management||management||Management Accounting||management-accounting||Management Fundamentals||management-fundamentals||Management Information Systems (MIS)||clep-mis-management-information-systems||Management Skills||management-skills||Manufacturing Design||manufacturing-design-test||Market Research||market-research||Marketing Analytics Fundamentals||marketing-analytics-fundamentals||Marketing Knowledge||marketing-terminology-test||Marketing Management Test||marketing-management-test||Marketing Methods and Techniques||marketing-methods-and-techniques||Mass Communication||mass-communication||Master Trainer Certification||master-trainer-certification||MathCAD||mathcad||Mathematics||mathematics||MATLAB||matlab||Maven||maven||MCSE||mcse||MCTS: Configuring A DNS Zone Infrastructure||mcts-configuring-a-dns-zone-infrastructure||MCTS: Configuring IP Routing||mcts-configuring-ip-routing||MCTS: Configuring Name Resolution||mcts-configuring-name-resolution||MCTS: Configuring Windows Firewall And Network Access Protection||mcts-configuring-windows-firewall-and-network-access-protection||MCTS: Connecting To Networks||mcts-connecting-to-networks||MCTS: Creating A DHCP Infrastructure||mcts-creating-a-dhcp-infrastructure||MCTS: Managing Files||mcts-managing-files||Mechanical IQ||mechanical-iq-test||Media and Society||media-and-society||Media Literacy||media-literacy||Media Writing||media-writing||Medical billing||medical-billing||Medical Transcription||medical-transcription||Meditation||meditation||Meteor - JavaScript web framework||meteor-test||Method Validation||method-validation||Microeconomics||microeconomics||Microprocessor||microprocessor||Microsoft .Net Technologies||microsoft-net-technologies||Microsoft Azure||windows-azure-developer||Microsoft Design||microsoft-design||Microsoft Expression Web||knowledge-of-microsoft-expression-web-4-skills-tes||Microsoft FrontPage||frontpage-2000-test||Microsoft MVC Framework||microsoft-mvc-framework||Microsoft Office||microsoft-office||Microsoft Office Skills||office-skills||Microsoft outlook||microsoft-outlook||Microsoft Power Automate||microsoft-power-automate||Microsoft Power BI||microsoft-power-bi||Microsoft PowerPoint||microsoft-powerpoint||Microsoft Project||microsoft-project||Microsoft Silverlight||microsoft-silverlight||Microsoft SQL Server||microsoft-sql-server||Microsoft Visual Studio||visual-studio-test||Microsoft Word||microsoft-word||Mobile App Design||mobile-app-design||Mobile App Testing||mobile-app-testing||Mobile Plant Operator||mobile-plant-operator||Mobile Web Authoring||mobile-web-authoring-test||Modern Banking||modern-banking||Modern Marketing||modern-marketing||MongoDB||mongodb||Mootools||knowledge-of-mootools-skills-test||MS Dynamics||ms-dynamics||MSBI||msbi||MSITP||msitp||Multicultural Education||multicultural-education||Multimedia||multimedia||Multimedia Packages||multimedia-packages||Music Theory||music-theory||MySQL||mysql||Nagios - IT Infrastructure Monitoring||nagios-skills-test||Negotiation Skills||negotiation-skills||NetBeans||netbeans-test||Network Analysis||network-analysis||Networking||networking||Neural Networks||neural-networks||News Reporting and Writing||news-reporting-and-writing||Newsletter Writing||newsletter-writing-test||Ning Skills||ning-skills||Node.js||node-js||NoSQL||nosql||Numbers||numbers||Object Oriented Programming (OOP)||object-oriented-programming-oop||Object–relational Mapping||object-relational-mapping||Objective C||objective-c||Office Clerk||office-clerk||OmniGraffle||omnigraffle||Online Article Writing and Blogging||online-article-writing-and-blogging-test-u-s||Online Marketing||internet-online-marketing||OOPS Concepts||oops-concepts||ooVoo Web API||oovoo-web-api-test||OpenGL||opengl||OpenSocial||opensocial-test||OpenStack||openstack||Operations Management||operations-management||Operations Research||operations-research-test||Options Trading||options-trading-test||Oracle||oracle||Oracle 10g Database Administration||oracle-10g-database-administration||Oracle 12c Admin||oracle-12c-admin||Oracle 8 DBA||oracle-8-dba-test||Oracle 9i Administration||oracle-9i-administration||Oracle Database||oracle-database||Oracle Forms 9i||oracle-forms-9i-test||Oracle PL/Sql 10g||oracle-pl-sql-10g||Oracle PL/SQL 9i||oracle-pl-sql-9i-test||Oracle SQL 9i||oracle-sql-9i||Oracle Sun Certified Java Programmer||oracle-sun-certified-java-programmer||Organizational Behavior||organizational-behavior||Organizational Culture||organizational-culture||OS (Operating System)||os-operating-system||osCommerce||oscommerce||OSI Layers||osi-layers||Outbound Sales||outbound-sales||Palm Pre Application Development||palm-pre-application-development-test||Pay-per-click (PPC)||pay-per-click-ppc||Paypal Web Integration||paypal-integration-for-web-skills-test||PayPal-Development||paypal-development||Payroll||payroll||PBworks||pbworks||PC Graphics||pc-graphics||PCB Design||pcb-design-test||Peachtree||peachtree-7-test||People Management||people-management||Percentage||percentage||Perl||perl||Permutation||permutation||Personnel Management||personnel-management||Persuasion||persuasion||Philosophy||philosophy||PhoneGap||phonegap||Photography||photography||PHP||php||PHP 5||php-5||Physics||physics||PMP - Project Management||pmp-project-management||Policing (Essentials)||policing-essentials||Policing (Introduction)||policing-introduction||Political Science Research Methods||political-science-research-methods||Port Numbers||port-numbers||Positive Thinking||positive-thinking||PostgreSQL||postgresql||PowerBuilder||power-builder-test||PR & Responsible Communication||pr-responsible-communication||PR Strategy||pr-strategy||Premiere Pro||premiere-pro||Presentation Skills||presentation-skills||Press Releases||press-releases||Pro Tools||pro-tools||Probability||probability||Professionalism & Ethics||professionalism-ethics||Profit and Loss||profit-and-loss||Programming Aptitude||programming-aptitude-test||Programming Fundamental and Principle||programming-fundamental-and-principle||Programming Languages||programming-languages||Programming Logic and Design||programming-logic-and-design||Programming with C||programming-with-c-test||Project Management||project-management||Proofreading||proofreading||ProtoShare (Mockups & Website Wireframes)||protoshare-skills-test||Prototype Programming||knowledge-of-prototype-skills-test||PrototypeJS Javascript Framework||prototypejs-javascript-framework||Psychology||psychology||Public Debating||public-debating||Public Relations||public-relations||Public Relations (Creative Practices)||public-relations-creative-practices||Public Speaking||public-speaking||Publishing Fundamentals||publishing-fundamentals-test||Purchasing and Supply Chain Management||purchasing-and-supply-chain-management||Python||python||Qlik Sense||qlik-sense||Quantitative Techniques For Finance||quantitative-techniques-for-finance||Quantum mechanics||quantum-physics||QuarkXPress||quarkxpress||QuickBooks||quickbooks||R||r||R Programming||r-programming||R Programming||r-programming||Race and Ethnicity||race-and-ethnicity||Ratio and Proportion||ratio-and-preparation||RDF-Resource Description Framework||rdf-resource-description-framework||React.js||react-js||Real Time Operating System||real-time-operating-system||Red Hat Certified Engineer (RHCE)||red-hat-certified-engineer-rhce||Red Hat Linux||red-hat-linux||Regular Expressions with PHP Test||regular-expressions-with-php||Relational Database Management System RDBMS||relational-database-management-system-rdbms||Religion Books||religion-books||Report Writing||report-writing||Research (Planning, Conducting, and Reporting)||research-planning-conducting-and-reporting||Research (Practicle, Real-World)||research-practicle-real-world||Research Design (Qualitative and Quantitative)||research-design-qualitative-and-quantitative||Research Methods||research-methods||Research Methods (Qualitative)||research-methods-qualitative||Research Methods (Social Work)||research-methods-social-work||Research Methods (Statistics and Applications)||research-methods-statistics-and-applications||REST API||rest-api||RESTful Services||restful-services||Resume Writing||resume-writing||Retail Banking Industry and Processes||retail-banking-industry-and-processes-test||RFID Technology||rfid-technology||RHCSA||rhcsa||RHCSA Commands||rhcsa-commands||Rhinoceros 3D||rhinoceros-3d||Robotics||robotics||Root problem||root-problem||RSS||rss||Ruby||ruby||Ruby on Rails||ruby-on-rails||Russian/English Translation||russian-english-translation||Rust Programming Language||rust-programming-language||Salesforce CRM||salesforce-crm||Salesforce-Development||salesforce-development||Samba||samba||SAP||sap||SAP ABAP||sap-abap||SAP Adobe Forms||sap-adobe-forms||SAP Asset Accounting||sap-asset-accounting||SAP FI GL||sap-fi-gl||SAP HANA XSJS||sap-hana-xsjs||SAP Netweaver||sap-netweaver-skills-test||SAP UI5||sap-ui5-skills-test||Sarbanes-Oxley||sarbanes-oxley||SAS BI||sas-bi||Scala||scala||Search Engine Marketing||search-engine-marketing||Security||security||Selenium Automation||selenium-automation||Selling Skills||selling-skills||Semiconductors||semiconductors||Sencha||sencha||SEO||seo||Service Oriented Architecture (SOA)||service-oriented-architecture-soa||SharePoint||sharepoint||Shopify||shopify||Signals and Systems||signals-and-systems||Six Sigma Black Belt||six-sigma-black-belt||Six Sigma Green Belt Certification||six-sigma-green-belt-certification||SketchUp||sketchup||Skill Development (for Professionals)||skill-development-for-professionals||Skype Development||skype-development||SOAP||soap||Social Media Marketing||social-media-marketing||Social Media Optimization||social-media-optimization||Social Problems||social-problems||Social Sciences||social-sciences||Social Studies||social-studies||Social Welfare||social-welfare||Social Work||social-work||Social World (Problems and Solutions)||social-world-problems-and-solutions||Social World (Research Methods)||social-world-research-methods||Sociology||sociology||Soft Skills||soft-skills||Software Development Life Cycle||software-development-life-cycle-test||Software Quality Assurance||software-quality-assurance||Software Testing||software-testing||Solaris||solaris||Solaris Administrator||solaris-administrator||Solid Edge||solid-edge||SolidWorks||solidworks||Spanish - English Translation||spanish-english-translation||Special Education||special-education||Special Education (Students with High-Incidence Disabilities)||special-education-students-with-high-incidence-disabilities||Special Education (Students With Special Needs)||special-education-students-with-special-needs||Sports||sports||Spring Framework||spring-framework||Spring MVC||spring-mvc||SQL||sql||SSCP: Systems Security Certified Practitioner||sscp-systems-security-certified-practitioner||Statistical Data in Social Science||statistical-data-in-social-science||Statistics||statistics||Statistics (Social and Behavioral Sciences)||statistics-social-and-behavioral-sciences||Statistics & Probability||statistics-probability||Statistics With R||statistics-with-r||Statutory Compliance||statutory-compliance||Stock Trading||stock-trading-test||Stocks and Shares||stocks-and-shares||Structural Analysis||structural-analysis-test||Supervision||supervision||SWA - Software Architecture||swa-software-architecture||SWA Software Architecture - CSM||swa-software-architecture-csm||SWA Software Architecture - XP - Agile Programming||swa-software-architecture-xp-agile-programming||Swift||swift||Symbian C++||knowledge-of-symbian-c-test||Symbian Platform Python||symbian-platform-python-test||Symfony2||symfony2||System Analysis||system-analysis||System Programming||system-programming||Tableau||tableau||Tagalog-English Translation||tagalog-english-translation||Taxation||taxation||TCP/IP||tcp-ip||Teaching (Introduction to Education)||teaching-introduction-to-education||Teaching and Learning Research||teaching-and-learning-research||Teaching Methods||teaching-methods||Technical Aptitude||technical-aptitude||Technical Communication||technical-communication||Technical Writing||technical-writing||Telephone Etiquettes||telephone-etiquettes||TensorFlow||tensorflow||Terraform||terraform||Theory Of Automate Computation||theory-of-automate-computation||Tibco||tibco||Time and Distance||time-and-distance||Time Management||time-management||Tiny Core Linux (TCL)||tiny-core-linux-tcl||Total Quality Management||total-quality-management-certification||Trade Marketing||trade-marketing||Transact-SQL (T-SQL)||transact-sql-t-sql||Transcription||transcription||Travel Planning||travel-planning||Twitter Bootstrap||twitter-bootstrap-test||Twitter Management||twitter-marketing||Twitter-Development||twitter-development||Typography||typography||U.S. English Basic Skills||us-english-basic-skills||U.S. English Proofreading-Chicago||u-s-english-proofreading-chicago||U.S. English Vocabulary||u-s-english-vocabulary||UI/UX User Interface & Experience||user-experience||UK English Basics||uk-english-basics||UK English Grammar||uk-english-grammar-for-writing-professionals||UK English Oxford Style Editing Skills||uk-english-oxford-style-editing-skills-test-for-w||UK English Proofreading (Oxford Style Guide)||uk-english-proofreading-skills-test-oxford-guide||UK English Sentence Structure||uk-english-sentence-structure-test-for-writing-pr||Understanding differences in British and American English||understanding-differences-in-british-and-american-english||Understanding Terrorism||understanding-terrorism||Unity3D||unity3d-test||Unix||unix||Unix Shell Script||unix-shell-script-test||US Academic Writing||u-s-academic-writing-test||US English Proofreading (AP Style)||u-s-english-proofreading-skills-test-ap-style||US English Proofreading (Chicago Style)||u-s-english-proofreading-skills-test-chicago||US English Punctuation and Mechanics||u-s-english-punctuation-and-mechanics||US English Sentence Structure||u-s-english-sentence-structure-for-writing-professionals||US English Word Usage||u-s-word-usage||US History||us-history||USB Electronics||usb-electronics-test||VB.NET||vb-net||VBA||vba||Vectorworks - 3D Design Software||knowledge-of-vectorworks-2010-skills-test||Venture Capital||venture-capital-test||Video Editing||video-editing||Violence in Close Relationships||violence-in-close-relationships||Virtual Assistant Skills||virtual-assistant-skills||Virtual Private Network - VPN||virtual-private-network-test||Virtual Storage||virtual-storage||VirtueMart (E-Commerce Solution)||knowledge-of-virtuemart-test||Visio||visio||Visual Basic||visual-basic||Visual Basic 6||visual-basic-6||VLAN||vlan||VLSI - Very Large Scale Integration||vlsi-test||VMware||vmware||VoIP - Voice Over IP||voice-over-ip-test||WCF (Windows Communication Foundation)||wcf-4-0-skills-test||Web API||web-api||Web Application||web-application||Web Browsers Knowledge||web-browsers-test||Web Building||web-building||Web Content Writing||web-content-writing-test||Web Design||web-design||Web Designing||web-designing||Web Development||web-development||Web Graphics Design Principles||principles-of-web-graphics-design-test||Web Programming||web-programming||Web Services||web-services-test||WebGL||webgl||Weblogic||weblogic||WebSocket||websockets||Wi-Fi||wi-fi||WiMAX||wimax-technology-test||Windows 10||windows-10||Windows 7||windows-7||Windows 8||windows-8||Windows 95/98 Knowledge||windows-95-98-test||Windows Mobile Development||knowledge-of-windows-mobile-skills-test||Windows NT||windows-nt-test||Windows Phone Development||windows-phone-development||Windows PowerShell||windows-powershell-6-skills-test||Windows Server||windows-server||Windows Vista Administration||windows-vista-administration||Windows Workflow Foundation||windows-workflow-foundation||Windows XP||windows-xp||Windows XP Networking||networking-xp-test||Wireless Communication||wireless-communication||WordPress||wordpress||WSDL||wsdl||X Code||x-code||X-ray Technology||x-ray-technology||XAML||xaml||XBRL||xbrl||XHTML||xhtml||XML||xml||Yahoo Tools and Libraries||yahoo-developer-skills-data-apis-test||Yahoo YAP||yahoo-developer-skills-yap-test||YAML Programming||knowledge-of-yaml-test||Yola||yola||Zbrush||zbrush||Zoho Creator||zoho-creator'; let final_search=search_quiz.split('||'); $('.search_exam').on('keyup',function(){ var search = $(this).val(); if (search != '') { search=search.toLowerCase(); search=search.trim(); search=search.replace('-',' '); search=search.replace(' ',' '); search=search.replace(' ',' '); let c = "", t = [], r = [], i = 0, o = []; if (search.length>0) { let u = final_search.length / 2; for (i = 0; i < u; i++) { var e = " " + final_search[2 * i ].replace("-", " ").toLowerCase(); 0 < e.indexOf(" " + search) && e.indexOf(" " + search) < 2 ? t.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(" " + search) ? r.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(search) && o.push('<li><a href="https://quizack.com//skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>"); } var n = t.concat(r).concat(o), C = n.length; if (C>0) { for (i = 0; i < C; i++) c += n[i]; }else{ c='<li><a>Not Found</a></li>'; } $(this).next('.ser_res').html(c); $(this).next('.ser_res').show(); } }else{ $('.ser_res').hide(); } }); $('.search_mcqs').on('keyup',function(){ var search = $(this).val(); if (search != '') { search=search.toLowerCase(); search=search.trim(); search=search.replace('-',' '); search=search.replace(' ',' '); search=search.replace(' ',' '); let c = "", t = [], r = [], i = 0, o = []; if (search.length>0) { let u = final_search.length / 2; for (i = 0; i < u; i++) { var e = " " + final_search[2 * i ].replace("-", " ").toLowerCase(); 0 < e.indexOf(" " + search) && e.indexOf(" " + search) < 2 ? t.push('<li><a href="https://quizack.com/' + final_search[2 * i + 1] + '/questions-and-answers">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(" " + search) ? r.push('<li><a href="https://quizack.com/' + final_search[2 * i + 1] + '/questions-and-answers">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(search) && o.push('<li><a href="https://quizack.com/' + final_search[2 * i + 1] + '/questions-and-answers">' + final_search[2 * i ] + "</a></li>"); } var n = t.concat(r).concat(o), C = n.length; if (C>0) { for (i = 0; i < C; i++) c += n[i]; }else{ c='<li><a>Not Found</a></li>'; } $(this).next('.ser_res').html(c); $(this).next('.ser_res').show(); } }else{ $('.ser_res').hide(); } }); $('.search_skills').on('keyup',function(){ var search = $(this).val(); if (search != '') { search=search.toLowerCase(); search=search.trim(); search=search.replace('-',' '); search=search.replace(' ',' '); search=search.replace(' ',' '); let c = "", t = [], r = [], i = 0, o = []; if (search.length>0) { let u = final_search.length / 2; for (i = 0; i < u; i++) { var e = " " + final_search[2 * i ].replace("-", " ").toLowerCase(); 0 < e.indexOf(" " + search) && e.indexOf(" " + search) < 2 ? t.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(" " + search) ? r.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(search) && o.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>"); } var n = t.concat(r).concat(o), C = n.length; if (C>0) { for (i = 0; i < C; i++) c += n[i]; }else{ c='<li><a>Not Found</a></li>'; } $(this).next('.ser_res').html(c); $(this).next('.ser_res').show(); } }else{ $('.ser_res').hide(); } }); $('.search_pdfs').on('keyup',function(){ var search = $(this).val(); if (search != '') { search=search.toLowerCase(); search=search.trim(); search=search.replace('-',' '); search=search.replace(' ',' '); search=search.replace(' ',' '); let c = "", t = [], r = [], i = 0, o = []; if (search.length>0) { let u = final_search.length / 2; for (i = 0; i < u; i++) { var e = " " + final_search[2 * i ].replace("-", " ").toLowerCase(); 0 < e.indexOf(" " + search) && e.indexOf(" " + search) < 2 ? t.push('<li><a href="javascript:void(0);" data-href="https://quizack.com/' + final_search[2 * i + 1] + '-mcq-questions-answers-pdf-download" class="pdf-quiz" data-bs-toggle="modal" data-bs-target="#mainModal">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(" " + search) ? r.push('<li><a href="javascript:void(0);" data-href="https://quizack.com/' + final_search[2 * i + 1] + '-mcq-questions-answers-pdf-download" class="pdf-quiz" data-bs-toggle="modal" data-bs-target="#mainModal">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(search) && o.push('<li><a href="javascript:void(0);" data-href="https://quizack.com/' + final_search[2 * i + 1] + '-mcq-questions-answers-pdf-download" class="pdf-quiz" data-bs-toggle="modal" data-bs-target="#mainModal">' + final_search[2 * i ] + "</a></li>"); } var n = t.concat(r).concat(o), C = n.length; if (C>0) { for (i = 0; i < C; i++) c += n[i]; }else{ c='<li><a>Not Found</a></li>'; } $(this).next('.ser_res').html(c); $(this).next('.ser_res').show(); } }else{ $('.ser_res').hide(); } }); $('#search_exam_mbl').on('keyup',function(){ var search=$('#search_exam_mbl').val(); if (search!='') { search=search.toLowerCase(); search=search.trim(); search=search.replace('-',' '); search=search.replace(' ',' '); search=search.replace(' ',' '); let c = "", t = [], r = [], i = 0, o = []; if (search.length>0) { let u = final_search.length / 2; for (i = 0; i < u; i++) { var e = " " + final_search[2 * i ].replace("-", " ").toLowerCase(); 0 < e.indexOf(" " + search) && e.indexOf(" " + search) < 2 ? t.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(" " + search) ? r.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>") : 0 < e.indexOf(search) && o.push('<li><a href="https://quizack.com/skill-assessment/' + final_search[2 * i + 1] + '-skill-assessment">' + final_search[2 * i ] + "</a></li>"); } var n = t.concat(r).concat(o), C = n.length; if (C>0) { for (i = 0; i < C; i++) c += n[i]; }else{ c='<li><a>Not Found</a></li>'; } $('.ser_res_mbl').html(c); $('.ser_res_mbl').show(); } }else{ $('.ser_res_mbl').hide(); } }); $('.show_ser').on('click',function(){ $('.search_mbl').slideToggle('fast'); }); $(document).on("click", function(event){ if(!$(event.target).closest('.ser_res').length){ $(".ser_res").hide(); } }); $(document).on("click", function(event){ if(!$(event.target).closest('.home_ser_res').length){ $(".home_ser_res").hide(); } }); $('.open-menu').on("click", function(e){ $('.side-menu').css('left','0'); $("html").addClass('overflow-hide'); }); $('.close-menu').on("click", function(e){ $('.side-menu').css('left','-100%'); $("html").removeClass('overflow-hide'); }); $('.back-to-top').on("click", function(e){ $("html, body").animate({ scrollTop: 0 }, "fast"); }); $('.visible').on("click", function(e){ let val = $("#password").attr('type'); let text = ''; let base_url = window.location.origin; if(val === 'password'){ text = 'text'; $(this).attr('src', base_url + "/assets/img/invisible.png") }else{ text = 'password'; $(this).attr('src', base_url + "/assets/img/visible.png") } $("#password").attr("type", text); }); }) </script> </body> </html>