Tag: Ireland

  • CSS Quizs Question & Answers – Specifying sizes, colors and files

    CSS Quizs Question & Answers – Specifying sizes, colors and files

    Q 1 . Which of the following is not a attribute of the audio element?A. controlsB. srcC. checkD. loop Show Answer Answer:-C. check Explanation Self-explainatory. Q 2. Which of the following element is used to specify multiple media resources for media elements like audio and video? A. <source> B. <link> C. <script> D. <src> Show…

  • CSS Quizs Question & Answers – CSS Color Values

    CSS Quizs Question & Answers – CSS Color Values

    Q 1. Which of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?A. RGB ColorB. RGBa ColorC. HSL ColorD. HSLa Color Show Answer Answer:-D. HSLa Color Explanation None. Q 2. Which of the following Selector…

  • CSS Quizs Question & Answers – Style Inclusion Methods

    CSS Quizs Question & Answers – Style Inclusion Methods

    Q 1. Which of the following property sets the font size of text?A. text-sizeB. font-sizeC. sizeD. text Show Answer Answer:-B. font-size Explanation Syntax:font-size: length | percentage | larger | smaller | xx-small | x-small | small | medium | large | x-large | xx-larger | inherit Q 2. Which of the following property sets a…

  • CSS Quizs Question & Answers – Specification of CSS

    Q 1. What will be the output of below mentioned code snippet? h1 {color: “green”;} A. heading becomes greenB. heading becomes dark-greenC. error occorsD. nothings happen Show Answer Answer:-D. nothings happen Explanation Output of above code snippet won’t happen as the declaration syntax is wrong. The correct declaration is : h1 { color: green; }…

  • CSS Quizs Question & Answers – CSS Versions

    Q1 . Which of the following CSS property is used to give a line over the text?A. text-decoration: underlineB. text-decoration: overlineC. text-decoration: line-throughD. text-decoration: none Show Answer Answer:-B. text-decoration: overline Explanation Text-decoration is a CSS property used to decorate the text. The text-decoration property takes many values such as overline, underline, line-through, none, inherit, etc.…

  • CSS Quizs Question & Answers – CSS Fonts

    Q 1. Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute? A. empasizeB. lightC. lighterD. dark Show Answer Answer:-D. dark Explanation Self-explainatory. Q 2. Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?A. font-styleB. font-familyC.…

  • CSS Quizs Question & Answers – CSS Functions

    Q 1. Which of the following function flips an element’s colors, for use by the filter property? A. flip() B. invert() C. contrast() D. image() Show Answer Answer:- B. invert() Explanation Q 2.Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by…

  • Maths G.K. Quizs Question

    Maths G.K. Quizs Question Since the beginning of time, math has been used, as shown by the ancient structures that still stand today. So let’s look at this math quiz and answers about the wonders and history of mathematics to expand our knowledge. Q 1. Who is the Father of Mathematics? Show Answer Answer:-Archimedes Q…

  • CSS Quizs Question & Answers – Introduction to CSS

    CSS Problems focuses on “Introduction to CSS”. Q1. CSS stands for __________A. Color Style SheetsB. Cascade Sheets StyleC. Cascade Style SheetD. Cascading Style Sheets Show Answer Answer:-D. Cascading Style Sheets Explanation CSS is a style sheet language which stands for Cascading Style Sheet. Q 2. In CSS, h1 can be called as _______A. SelectorB. AttributeC.…

  • Css Basics Quizs Question and Answer

    Q 1. What is CSS?A. CSS is a style sheet languageB. CSS is designed to separate the presentation and content, including layout, colors, and fontsC. CSS is the language used to style the HTML documentsD. All of the mentioned Show Answer Answer:-D. All of the mentioned Explanation CSS is a style sheet language that stands…

You cannot copy content of this page