Tag: Answer
-
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 – Print Styles and Development
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Print Styles and their Development”. Q 1. @page is not supported in ________A. FirefoxB. OperaC. ChromeD. Internet Explorer Show Answer Answer:-A. Firefox Explanation @page is not supported in Firefox, but is supported in Chrome 2.0+, IE 8.0+, Opera 6.0+ and safari 5.0+. @page:first is supported only…
-
CSS Questions & Answers – Suppressing Element Display & Visibility, Image Rep…
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Suppressing Element Display & Visibility, Image Replacement”. Q 1. Which of the following will represent browsers in their normal states?A. CSS OFF/Images ONB. CSS ON/Images OFFC. CSS ON/Images OND. CSS OFF/Images OFF Show Answer Answer:-C. CSS ON/Images ON Explanation There are five major categories for image…
-
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 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…
-
Current Affairs Quiz – February 2025
Q 1.Which state is home to India’s first national cooperative university? A. Madhya PradeshB. RajasthanC. GujaratD. Odisha Show Answer Answer:-C. Gujarat Explanation Tribhuvan Sahkari University Bill, 2025 was introduced in Lok Sabha to establish India’s first national cooperative university at Institute of Rural Management Anand (IRMA) in Gujarat. The university is declared an institution 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…