Tag: Today

  • PHP Coding Questions and Answers – Arrays – 3

    PHP Coding Questions and Answers – Arrays – 3

    PHP Multiple Choice Questions & Answers (MCQs) focuses on “Arrays – 3”. Q 1. What will be the output of the following PHP code? <?php $age = array(“Harry” => “21”, “Ron” => “23”,”Malfoy” => “21”); array_pop($age); print_r(array_change_key_case($age, CASE_UPPER)); ?> A. Array ( [HARRY] => 21 [RON] => 23 )B. Array ( [HARRY] => 21 [RON]…

  • Current Affairs Quiz – March 2025

    Current Affairs Quiz – March 2025

    Q 1.What is the theme of International Women’s Day 2025? A. Gender equality today for a sustainable tomorrowB. DigitALL: Innovation and Technology for Gender EqualityC. Invest in women: Accelerate progressD. For ALL Women and Girls: Rights. Equality. Empowerment Show Answer Answer:-D. For ALL Women and Girls: Rights. Equality. Empowerment Explanation International Women’s Day is celebrated…

  • PHP Coding Questions and Answers – Arrays – 2

    PHP Coding Questions and Answers – Arrays – 2

     PHP Multiple Choice Questions & Answers (MCQs) focuses on “Arrays – 2”. Q 1. What will be the output of the following PHP code? <?php $cars = array(“Volvo”, “BMW”, “Toyota”); echo “I like ” . $cars[2] . “, ” . $cars[1] . ” and ” . $cars[0] . “.”; ?> A. I like Volvo, Toyota…

  • 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 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 – Precise Positioning of Elements

    CSS Questions & Answers – Precise Positioning of Elements

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Precise Positioning of Elements”. Q 1. Which of the following CSS Property controls how an element is positioned?A. fixB. setC. staticD. position Show Answer Answer:-D. position Explanation Controls how an element is positioned. When set to absolute or fixed, the element is removed completely from the…

  • CSS Questions & Answers – CSS Keyframes

    CSS Questions & Answers – CSS Keyframes

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS Keyframes”. Q 1. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?A. animationB. animation-runC. animation-repeatD. none of the mentioned Show Answer Answer:-D. none of the mentioned Explanation animation-direction : Determines whether an animation should run in reverse…

  • CSS Questions & Answers – Transforms and Transitions

    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…

You cannot copy content of this page