Tag: daily knowledge

  • CSS Questions & Answers – Generated Content

    CSS Questions & Answers – Generated Content

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Generated Content”. Q 1. Which of the following selector same as :after; changed under CSS3 to make pseudo-elements obvious? A. :after B. ::after C. #after D. none of the mentioned Show Answer Answer:-B. ::after Explanation Example: div::after {content: url(sectionend.gif);} Q 2. Which of the following property…

  • CSS Questions & Answers – CSS1 and CSS 2.1 Properties

    CSS Questions & Answers – CSS1 and CSS 2.1 Properties

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS1 and CSS 2.1 Properties”. Q 1. Which of the following property sets in a shorthand form any or all background properties?A. fontB. background-colorC. backgroundD. background-position Show Answer Answer:-C. background Explanation Syntax: background: background-color background-image background-repeat background-attachment background- position; Q 2. Which of the following property…

  • CSS Questions & Answers – Major Themes

    CSS Questions & Answers – Major Themes

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Major Themes”. Q 1. _ property defines a mask to be used as a box’s overlay in order to clip the box to a complex shape.A. mask-box-imageB. maskC. mask-attachmentD. mask-origin Show Answer Answer:-B. mask Explanation Syntax: mask: mask-attachment Q 2. _ property specifies whether the mask…

  • CSS Questions & Answers – Document Structure and CSS Inheritance

    CSS Questions & Answers – Document Structure and CSS Inheritance

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “Document Structure and CSS Inheritance”. Q 1. If a particular rule should never be overridden by another rule, the ____________ indication should be used.A. @important B. !important! C. ! important D. important! Show Answer Answer:-C. ! important Explanation If a particular rule should never be overridden…

  • CSS Questions & Answers – CSS and (X)HTML Elements Fundamentals

    CSS Questions & Answers – CSS and (X)HTML Elements Fundamentals

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS and (X)HTML Elements Fundamentals”. What is the fundamental purpose of CSS in relation to (X)HTML ? Answer: The fundamental purpose of CSS (Cascading Style Sheets) is to separate the presentation (style) of a web page from its structure and content (HTML/XHTML). Before CSS, styling was…

  • CSS Questions & Answers – CSS Miscellaneous Property

    CSS Questions & Answers – CSS Miscellaneous Property

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS Miscellaneous Property”. Q 1. Which of the following CSS property sets the opacity level for an element?A. transparentB. transparencyC. opacityD. all of the mentioned Show Answer Answer:-C. opacity Explanation The opacity property defines the transparency-level, where 1 is opaque, 0.5 is translucent, and 0 is…

  • CSS Questions & Answers – Miscellaneous CSS Constructs

    CSS Questions & Answers – Miscellaneous CSS Constructs

    CSS Questions and Answers focuses on “Miscellaneous CSS Constructs”. Q 1. Which of the following represents a comment?A. /!– comments –!/B. /! comments !/C. /* comments */D. None of the mentioned Show Answer Answer:-c) /* comments */ Q 2. A single _____________ rule can be used in an external sheet to define character set encoding…

  • C++ Programming Questions and Answers – Derived Classes

    C++ Programming Questions and Answers – Derived Classes

    C++ programming questions and answers focuses on “Derived Classes”. One shall practice these questions to improve their C++ programming skills needed for various interviews entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT…

  • Current Affairs Quiz – January, 2025

    Current Affairs Quiz – January, 2025

    Q 1.The Brazilian Velvet Ant species is mainly found in which habitat? A. RainforestB. Savanna grasslandsC. Shrub desertD. None of the Above Show Answer Answer:-C. Shrub desert Explanation Scientists discovered that the dark markings on the Brazilian Velvet Ant absorb nearly all visible light, reflecting less than 1%. Velvet ants, a group of parasitic wasps,…

  • C++ Programming Questions and Answers – String Class 5

    C++ Programming Questions and Answers – String Class 5

    C++ Multiple Choice Questions focuses on “String Class”. One shall practice these questions to improve their C++ programming skills needed for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. C++ questions comes with the detailed…

You cannot copy content of this page