MCQ Bank
______code is used to disable all of the default behaviors and allow your content to handle all touch input.
- A) canvas { touch-action: true; }
- B) canvas { touch-action: disable; }
- C) canvas { touch-action: false; }
- D) canvas { touch-action: none; }
____________the user agent may consider touches that begin on the element only for the purposes of horizontally scrolling the element's nearest ancestor with horizontally scrollable content.
- A) Touch-action: Pan-x;
- B) Touch-action: Pan-left;
- C) Touch-action: Pan-y;
- D) Touch-action: Pan-right;
Which one is the correct code for providing Input Type for Numbers?
- A) <type="number">
- B) <input="number">
- C) <input type="number">
- D) <type input="number">
________________ HTML5 input type can be used to enter the month.
- A) Week
- B) Time
- C) Month
- D) Date
Generally, desktops and laptops have a(an) ______ input device as compared to phones and tablets.
- A) Equal
- B) Larger
- C) Smaller
- D) None of the given
_____________the user agent may consider touches that begin on the element only for the purposes of vertically scrolling the element's nearest ancestor with vertically scrollable content.
- A) Touch-action: Pan-y;
- B) Touch-action: Pan-up;
- C) Touch-action: Manipulation
- D) Touch-action: Pan-down;