MCQOPTIONS
Saved Bookmarks
This section includes 250 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What lines up the terms and descriptions in element side by side? |
| A. | .list-unstyled |
| B. | .list-inline |
| C. | .initialism |
| D. | .dl-horizontal |
| E. | None of these |
| Answer» E. None of these | |
| 2. |
Which is used on a container? |
| A. | .navbar-right |
| B. | .navbar-toggle |
| C. | .navbar-nav |
| D. | .navbar-static-top |
| E. | None of these |
| Answer» D. .navbar-static-top | |
| 3. |
Which browser does not support element? |
| A. | Internet Explorer |
| B. | Chrome |
| C. | Opera |
| D. | Firefox |
| E. | None of these |
| Answer» B. Chrome | |
| 4. |
Which works similar to element? |
| A. | <i> |
| B. | <blockquote> |
| C. | <em> |
| D. | <strong> |
| E. | None of these |
| Answer» E. None of these | |
| 5. |
Which of following statement is true?i. Cloud9 has gained particular interest for its integration with GitHub and Bit Bucket authentication integration and real-time collaboration.ii. Cloud9 does not account for SSH and FTP access. |
| A. | i |
| B. | ii |
| C. | Neither i and ii |
| D. | i and ii |
| E. | None of these |
| Answer» B. ii | |
| 6. |
translate() function is not supported by __________. |
| A. | chrome 4 |
| B. | firefox 4 |
| C. | firefox 3.5 |
| D. | safari 3.1 |
| E. | None of these |
| Answer» C. firefox 3.5 | |
| 7. |
Which element is a placeholder inside web component? |
| A. | <slot> |
| B. | <element> |
| C. | <content> |
| D. | <shadow> |
| E. | None of these |
| Answer» B. <element> | |
| 8. |
Which of the following element is for holding client-side content? |
| A. | <element> |
| B. | <content> |
| C. | <template> |
| D. | <slot> |
| E. | None of these |
| Answer» D. <slot> | |
| 9. |
Which of the following is not a web component element? |
| A. | <menu> |
| B. | <content> |
| C. | <element> |
| D. | <shadow> |
| E. | None of these |
| Answer» B. <content> | |
| 10. |
Which element represents group of commands that user can activate or perform? |
| A. | <summary> |
| B. | <details> |
| C. | <menu> |
| D. | <menuitem> |
| E. | None of these |
| Answer» D. <menuitem> | |
| 11. |
Which element is known as Disclosure Summary element? |
| A. | <menuitem> |
| B. | <menu> |
| C. | <dialog> |
| D. | <summary> |
| E. | None of these |
| Answer» E. None of these | |
| 12. |
Which element is used to show the text slowly? |
| A. | <center> |
| B. | <audio> |
| C. | <blink> |
| D. | <big> |
| E. | None of these |
| Answer» D. <big> | |
| 13. |
Which element sets default font face, size and color for other elements? |
| A. | <big> |
| B. | <applet> |
| C. | <acronym> |
| D. | <basefont> |
| E. | None of these |
| Answer» E. None of these | |
| 14. |
Which element is not a obsolete? |
| A. | <caption> |
| B. | <center> |
| C. | <command> |
| D. | <dir> |
| E. | None of these |
| Answer» B. <center> | |
| 15. |
Which element is used for defining a new custom DOM elements? |
| A. | <slot> |
| B. | <content> |
| C. | <shadow> |
| D. | <element> |
| E. | None of these |
| Answer» E. None of these | |
| 16. |
For background sound obsolete element was __________. |
| A. | <blink> |
| B. | <acronym> |
| C. | <bgsound> |
| D. | <audio> |
| E. | None of these |
| Answer» D. <audio> | |
| 17. |
Linux does not have code editor ___________. |
| A. | BlueFish |
| B. | WebMatrix |
| C. | Gedit |
| D. | Geany |
| E. | None of these |
| Answer» C. Gedit | |
| 18. |
Bootstrap was first introduced in ______. |
| A. | snapchat |
| B. | |
| C. | |
| D. | |
| E. | None of these |
| Answer» E. None of these | |
| 19. |
Sass is based on ___________. |
| A. | PHP |
| B. | JavaScript |
| C. | Ruby |
| D. | jQuery |
| E. | None of these |
| Answer» D. jQuery | |
| 20. |
Adjacent sibling selector is defined with the notation _____________. |
| A. | + |
| B. | % |
| C. | $ |
| D. | # |
| E. | None of these |
| Answer» B. % | |
| 21. |
Which compiler does not support LESS language? |
| A. | LESS.app |
| B. | WinLESS |
| C. | Simpless |
| D. | ScoutApp |
| E. | None of these |
| Answer» E. None of these | |
| 22. |
CSS3 transition is not supported by _________. |
| A. | Safari 3.1 |
| B. | Firefox 4 |
| C. | Internet Explorer 9 |
| D. | Internet Explorer 10 |
| E. | None of these |
| Answer» D. Internet Explorer 10 | |
| 23. |
Which of the following is not a feature associated with LESS? |
| A. | Opertaion |
| B. | Parametric mixins |
| C. | PHP |
| D. | Variable |
| E. | None of these |
| Answer» D. Variable | |
| 24. |
What creates a carat arrow icon? |
| A. | .caption |
| B. | .carousel-caption |
| C. | .carousel |
| D. | .caret |
| E. | None of these |
| Answer» E. None of these | |
| 25. |
Which of the following is not a CSS preprocessor compiler? |
| A. | Simpless |
| B. | ScoutApp |
| C. | LESS.app |
| D. | Screenqueri.es |
| E. | None of these |
| Answer» E. None of these | |
| 26. |
What should be the set value of background-size property such that image will stretch to cover entire content area? |
| A. | 100% |
| B. | contain |
| C. | cover |
| D. | 100%100% |
| E. | None of these |
| Answer» E. None of these | |
| 27. |
What should be the set value of the background-size property such that image will fit in the content area? |
| A. | cover |
| B. | 100% |
| C. | 100%100% |
| D. | contain |
| E. | None of these |
| Answer» D. contain | |
| 28. |
Which tag is used to let control over the viewport? |
| A. | <em> |
| B. | <address> |
| C. | <meta> |
| D. | <acronym> |
| E. | None of these |
| Answer» D. <acronym> | |
| 29. |
To enable slideshow, what we should not be included? |
| A. | foundation.js |
| B. | foundation.orbit.js |
| C. | button |
| D. | jquery.js |
| E. | None of these |
| Answer» D. jquery.js | |
| 30. |
Which is not a color function? |
| A. | opaque() |
| B. | darken() |
| C. | fade() |
| D. | lighten() |
| E. | None of these |
| Answer» B. darken() | |
| 31. |
How many columns are used for grid system by bootstrap? |
| A. | 11 |
| B. | 12 |
| C. | 14 |
| D. | 16 |
| E. | None of these |
| Answer» C. 14 | |
| 32. |
Which font format is not supported by Firefox? |
| A. | .otf |
| B. | .woff |
| C. | .ttf |
| D. | .svg |
| E. | None of these |
| Answer» E. None of these | |
| 33. |
The font format compatible for iOS is: |
| A. | .eot |
| B. | .svg |
| C. | .otf |
| D. | .ttf |
| E. | None of these |
| Answer» C. .otf | |
| 34. |
Which of the following indicates current page s location within the navigational hierarchy? |
| A. | .bg-warning |
| B. | .active |
| C. | .btn |
| D. | .breadcrumb |
| E. | None of these |
| Answer» E. None of these | |
| 35. |
What clears floats? |
| A. | .checkbox |
| B. | .close |
| C. | .col-*-* |
| D. | .clearfix |
| E. | None of these |
| Answer» E. None of these | |
| 36. |
Which is a container for slide items? |
| A. | .carousel-caption |
| B. | .carousel-inner |
| C. | .caousel-indicators |
| D. | .carousel-control |
| E. | None of these |
| Answer» C. .caousel-indicators | |
| 37. |
Which of the following makes a button group appear vertically? |
| A. | .btn-group-sm |
| B. | .btn-info |
| C. | .btn-group-vertical |
| D. | .btn-group-xs |
| E. | None of these |
| Answer» D. .btn-group-xs | |
| 38. |
Which of the following groups button together on a single line? |
| A. | .btn-default |
| B. | .btn-group |
| C. | .btn-group-lg |
| D. | .btn-group-justified |
| E. | None of these |
| Answer» C. .btn-group-lg | |
| 39. |
Which class is a container for progress bars? |
| A. | .progress-bar-info |
| B. | .progress |
| C. | .progress-bar-success |
| D. | .progress-bar |
| E. | None of these |
| Answer» C. .progress-bar-success | |
| 40. |
Which of the following creates yellow progress bar? |
| A. | .progress-bar-info |
| B. | .progress-bar-danger |
| C. | .progress-bar-warning |
| D. | .progress-bar-success |
| E. | None of these |
| Answer» D. .progress-bar-success | |
| 41. |
Which class is a container for responsive columns? |
| A. | .row |
| B. | .show |
| C. | .small |
| D. | .sr-only |
| E. | None of these |
| Answer» B. .show | |
| 42. |
Which of the following removes left, top and right borders from navbar? |
| A. | .navbar-static-top |
| B. | .navabr-nav |
| C. | .navbar-right |
| D. | .navbar-toggle |
| E. | None of these |
| Answer» B. .navabr-nav | |
| 43. |
Which of the following aligns media objects? |
| A. | .media-list |
| B. | .media-object |
| C. | .media-body |
| D. | .media |
| E. | None of these |
| Answer» E. None of these | |
| 44. |
Which defines style for body of the modal? |
| A. | .modal-body |
| B. | .modal-dialog |
| C. | .modal-content |
| D. | .modal |
| E. | None of these |
| Answer» B. .modal-dialog | |
| 45. |
Which of the following is for title of the modal? |
| A. | .modal-lg |
| B. | .modal-open |
| C. | .modal-title |
| D. | .modal-sm |
| E. | None of these |
| Answer» D. .modal-sm | |
| 46. |
Which of the following will provide additional information about something? |
| A. | .label-danger |
| B. | .label |
| C. | .item |
| D. | .jumbotron |
| E. | None of these |
| Answer» C. .item | |
| 47. |
Which of the following centers tabs/pills? |
| A. | .nav-stacked |
| B. | .nav-justified |
| C. | .nav nav-pills |
| D. | .nav.navbar-nav |
| E. | None of these |
| Answer» C. .nav nav-pills | |
| 48. |
Which of the following displays text inside in slightly smaller font size: |
| A. | .initialism |
| B. | .info |
| C. | .in |
| D. | .input-group |
| E. | None of these |
| Answer» B. .info | |
| 49. |
Which of the following will create hamburger menu? |
| A. | .icon-prev |
| B. | .img-circle |
| C. | .icon-bar |
| D. | .icon-next |
| E. | None of these |
| Answer» D. .icon-next | |
| 50. |
Which of the following will add feedback icons for inputs? |
| A. | .has-feedback |
| B. | .has-success |
| C. | .has-danger |
| D. | .has-warning |
| E. | None of these |
| Answer» B. .has-success | |