Tag: CSS3

  • CSS Questions & Answers – Using CSS3 Multi-Column Layout

    CSS Questions & Answers – Using CSS3 Multi-Column Layout

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Using CSS3 Multi-Column Layout”. Q 1. Which of the following property is used to control column element breaks after an associated element when flowing multicolumn text?A. column-breakB. column-break-afterC. column-break-beforeD. multicolumn-break-after Show Answer Answer:-C. column-break-before Explanation Syntax: column-break-after: always | auto | avoid Q 2. Which of…

  • 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 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 – Implemented CSS3 and Browser-Specific

    CSS Questions & Answers – Implemented CSS3 and Browser-Specific

    CSS Mcqs focuses on “Implemented CSS3 and Browser-Specific Features”. Q 1. Which of the following property specifies whether an element is an accelerator indicator or not.A. moveB. @keyframesC. acceleratorD. none of the mentioned Show Answer Answer:-C. accelerator Explanation Syntax: accelerator: true | false Q 2. Which of the following property is used to define the…

You cannot copy content of this page