Tag: General

  • CSS Questions & Answers – Specifying Bullet Point Styles, CSS Image Alignment…

    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 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 – CSS3 Fundamentals

    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

    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 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 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 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 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 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 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…

You cannot copy content of this page