Tag: Question
-
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 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 – 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…
-
CSS Questions & Answers – Styling Tables
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Styling Tables”. Q 1. Which of the following element is used within the table element to define a caption?A. <tablecaption> B. <table-cap> C. <caption> D. <table-caption> Show Answer Answer:-C. Q 2. Which of the following property is used to specify table borders in CSS?A. tableB. borderC.…
-
CSS Questions & Answers – Generated Content
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Generated Content”. Q 1. Which of the following selector same as :after; changed under CSS3 to make pseudo-elements obvious? A. :after B. ::after C. #after D. none of the mentioned Show Answer Answer:-B. ::after Explanation Example: div::after {content: url(sectionend.gif);} Q 2. Which of the following property…
-
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…
-
CSS Questions & Answers – CSS1 and CSS 2.1 Properties
CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS1 and CSS 2.1 Properties”. Q 1. Which of the following property sets in a shorthand form any or all background properties?A. fontB. background-colorC. backgroundD. background-position Show Answer Answer:-C. background Explanation Syntax: background: background-color background-image background-repeat background-attachment background- position; Q 2. Which of the following property…