Tag: United State
-
CSS Questions & Answers – Appearance of Form Elements
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Appearance of Form Elements”. Q 1. Which property is used to add space inside the text field?A. numberB. marginC. paddingD. password Show Answer Answer:-C. padding Explanation Padding property is used to add space inside the text field, when we have many inputs after each other we…
-
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 Fundamentals
CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Fundamentals”. Q 1. Which of the following Module is not available in CSS3.A. FontsB. DOMsC. Color D. Backgrounds and Borders Show Answer Answer:-B. DOMs Explanation The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of…
-
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 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 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 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 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 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 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…