HTML MCQ Quiz Hub

HTML Mcq Question Set 18

Choose a topic to test your knowledge and improve your HTML skills

Which is used on a <ul> container?





✅ Correct Answer: 2

Which of the following removes left, top and right borders from navbar?





✅ Correct Answer: 3

Which of the following aligns .pager previous button to left?





✅ Correct Answer: 4

Which class indicates new or unread items?





✅ Correct Answer: 2

Which of the following will display a grey label?





✅ Correct Answer: 4

Which class indicates the current page?





✅ Correct Answer: 1

Which of the following is added to link or header element?





✅ Correct Answer: 4

What creates black navigation bar?





✅ Correct Answer: 1

How many glyphs does bootstrap include?





✅ Correct Answer: 3

Which of the following allows an element to lock to an area on the page?





✅ Correct Answer: 1

Which of the following occurs after fixed positioned is added to the element?





✅ Correct Answer: 2

What indicates a closable alert box?





✅ Correct Answer: 2

Which of the following makes the button appear pressed?





✅ Correct Answer: 3

What changes button text to the original text?





✅ Correct Answer: 3

What adds slides to carousel?





✅ Correct Answer: 2

The default value for an interval is ____





✅ Correct Answer: 2

What activates the collapsible element with an option?





✅ Correct Answer: 1

Which event occurs when collapsible element is fully shown?





✅ Correct Answer: 2

Which of the following fades the model in and out?





✅ Correct Answer: 3

What appends the popover to specific elements?





✅ Correct Answer: 1

Which of the following specifies header text of popover?





✅ Correct Answer: 1

What is the default value of offset?





✅ Correct Answer: 2

Which of the following method will hide and destroy tooltip?





✅ Correct Answer: 3

How many classes does bootstrap grid system has?





✅ Correct Answer: 4

What is bootstrap’s global default font-size?





✅ Correct Answer: 2

Progress bars are not supported in ___





✅ Correct Answer: 2

Which of the following clears bottom-margin of each panel?





✅ Correct Answer: 1

For inserting plain text we use ___





✅ Correct Answer: 1

Which attribute is used to input to prevent user input?





✅ Correct Answer: 1

What is the range of dimension for small devices?





✅ Correct Answer: 2

Which will change the order of a grid columns?





✅ Correct Answer: 1

PHP files have a default file extension of_______





✅ Correct Answer: 3

What should be the correct syntax to write a PHP code?





✅ Correct Answer: 3

Which version of PHP introduced Try/catch Exception?





✅ Correct Answer: 4

Which of the below statements is equivalent to $add += $add?





✅ Correct Answer: 2

Which statement will output $x on the screen?





✅ Correct Answer: 1

Which of the below symbols is a newline character?





✅ Correct Answer: 2

How to define a function in PHP?





✅ Correct Answer: 4

Type Hinting was introduced in which version of PHP?





✅ Correct Answer: 2

Which of the following PHP functions accepts any number of parameters?





✅ Correct Answer: 2

Which one of the following PHP functions can be used to find files?





✅ Correct Answer: 1

Which of the following PHP functions can be used to get the current memory usage?





✅ Correct Answer: 3

Which of the following PHP functions can be used for generating unique ids?





✅ Correct Answer: 1

Which one of the following functions can be used to compress a string?





✅ Correct Answer: 4

PHP’s numerically indexed array begin with position ____





✅ Correct Answer: 3

Which of the following PHP function will return true if a variable is an array or false if it is not an array?





✅ Correct Answer: 2

Which in-built function will add a value to the end of an array?





✅ Correct Answer: 4

Which of the following function is used to get the value of the previous element in an array?





✅ Correct Answer: 3

Which function returns an array consisting of associative key/value pairs?





✅ Correct Answer: 3

Which of the functions is used to sort an array in descending order?





✅ Correct Answer: 3