Tag: Ireland
-
CSS Questions & Answers – Server Specific CSS
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Server Specific CSS”. Q 1. Which of the following will select all elements within the class?A. .classB. #idC. elementD. element>element Show Answer Answer:-A. .class Explanation class selects all elements within the given class, #id selects the element within the given id, element>element selects all elements where…
-
CSS Questions & Answers – Specifying Bullet Point Styles, CSS Image Alignment…
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Specifying Bullet Point Styles, CSS Image Alignment, ID and Class”. Q 1. Which of the following is not the value for an unordered list?A. discB. numericC. circleD. square Show Answer Answer:-B. numeric Explanation For unordered list, we can use none, disc, square, circle. For ordered list,…
-
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 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 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 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 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…