Tag: International

  • CSS Questions & Answers -CSS3 User Interface Properties

    CSS Questions & Answers -CSS3 User Interface Properties

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 User Interface Properties”. Q 1. Which of the following CSS3 property is used to tell the browser what the sizing properties should be include?A. box-modelB. box-sizingC. box-designD. box-redesign Show Answer Answer:-B. box-sizing Q 2. Which of the following CSS3 property specifies where to navigate when…

  • CSS Questions & Answers – CSS3 3D Transforms, Transitions, and Animations

    CSS Questions & Answers – CSS3 3D Transforms, Transitions, and Animations

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 3D Transforms, Transitions, and Animations”. Q 1. Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?A. transform-3DB. transform-originC. transformD. transition Show Answer Answer:-C. transform Explanation Syntax: transform: list of transform-functions | none Q…

  • CSS Questions & Answers – CSS3 Animation with Responsive Web Design

    CSS Questions & Answers – CSS3 Animation with Responsive Web Design

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Animation with Responsive Web Design”. Q 1. What should be written in the blank of the code for JQuery Code Used to Apply CSS3 Animations?advertisement Code:leftmove {100% { transform: translateX(-70px); opacity: 1; }} rightmove {100% { transform: translateX(70px); opacity: 1; }} A. @mediaB. @keyframesC. animation-nameD.…

  • CSS Questions & Answers – CSS3 Animations with SVG and Filters

    CSS Questions & Answers – CSS3 Animations with SVG and Filters

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Animations with SVG and Filters”. Q 1. What does SVG stands for?A. Scalable Vector GraphicsB. Scaled Vector GraphC. Scaled Vector GraphicsD. None of the mentioned Show Answer Answer:-A. Scalable Vector Graphics Q 2. Which of the following element is used to begin an SVG image?…

  • CSS Questions & Answers – CSS3 Transitions for UI Elements

    CSS Questions & Answers – CSS3 Transitions for UI Elements

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Transitions for UI Elements”. Q 1. Which of the following method increases or decreases the size of an element using tranform?A. scale()B. rotate()C. translate()D. matrix() Show Answer Answer:-A. scale() Q 2. Which of the following selector is used to select and style when you place…

  • CSS Questions & Answers – CSS3 Transitions for Images

    CSS Questions & Answers – CSS3 Transitions for Images

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Transitions for Images”. Q 1. Which of the following css property specifies an image to use as the background of an element?A. backgroundB. background-imageC. background-img D. none of the mentioned Show Answer Answer:-B. background-image Q 2. Which of the following CSS property specifies a delay…

  • CSS Questions & Answers – Inheritance and Cascade

    CSS Questions & Answers – Inheritance and Cascade

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Inheritance and Cascade”. Q 1. Which of the following Cascading order has the highest precedence?A . user normal declarationsB. user agent declarationsC. author normal declarationsD. author important declarations Show Answer Answer:-B. user agent declarations Q 2. Which of the following property is a shorthand that resets…

  • CSS Questions & Answers – Precise Positioning of Elements

    CSS Questions & Answers – Precise Positioning of Elements

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Precise Positioning of Elements”. Q 1. Which of the following CSS Property controls how an element is positioned?A. fixB. setC. staticD. position Show Answer Answer:-D. position Explanation Controls how an element is positioned. When set to absolute or fixed, the element is removed completely from the…

  • CSS Questions & Answers – CSS Keyframes

    CSS Questions & Answers – CSS Keyframes

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS Keyframes”. Q 1. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?A. animationB. animation-runC. animation-repeatD. none of the mentioned Show Answer Answer:-D. none of the mentioned Explanation animation-direction : Determines whether an animation should run in reverse…

  • CSS Questions & Answers – Transforms and Transitions

    CSS Questions & Answers – Transforms and Transitions

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Transforms and Transitions”. Q 1. Which of the following property defines the length of time that a transition takes? A. transition-durationB. transitionC. transform-durationD. transition-property Show Answer Answer:-A. transition-duration Q 2. Which of the following property defines when the transition will start and it allows a transition…

You cannot copy content of this page