Tag: 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 – Floating Elements for Layout
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Floating Elements for Layout”. Q 1. Which of the following values are accepted by the float Property?A. leftB. rightC. noneD. all of the mentioned Show Answer Answer:-D. all of the mentioned Explanation Q 2. Which of the following property is used to control the behaviour of…
-
CSS Quizs Question & Answers – Cross-Browser Layout Techniques
Q 1. Which of the following property defines how content should behave when it exceeds the width of its enclosing element?A. overflow-yB. overflow-xC. overflow-zD. overflow-width Show Answer Answer:-B. overflow-x Explanation Syntax: overflow-x: auto | hidden Q 2. Which of the following property is used to give a 3-D sense of depth to an element?A. animationB.…