Tag: International

  • CSS Quizs Question & Answers – Border Elements

    CSS Quizs Question & Answers – Border Elements

    Q1. Which of the following property defines the style for the right border of an element?A. border-spacingB. border-spacingC. border-rightD. border-right-style Show Answer Answer:-C. border-right Explanation Syntax: border-right-style: dashed | dotted | double Q 2. Which of the following property defines the color of an element’s top border?A. border-colorB. border-topC. border-top-color-webkitD. border-top-color Show Answer Answer:-D. border-top-color…

  • CSS Quizs Question & Answers – CSS Voice

    CSS Quizs Question & Answers – CSS Voice

    Q 1. Which of the following property sets pitch or tone (high or low) for the synthesized speech when reading an element; the pitch may be specified absolutely or relative to the normal pitch for the voice-family used to read the text?A. voice-checkB. voice-formatC. voice-pitchD. voice-volume Show Answer Answer:-C. voice-pitch Q 2. Which of the…

  • CSS Quizs Question & Answers – CSS Border

    CSS Quizs Question & Answers – CSS Border

    Q 1. Which CSS property can be used to set the image as border instead of the border style?A. background-imageB. border-imageC. background-image-sourceD. border-image-source Show Answer Answer:-D. border-image-source Explanation The border-image-source property specifies the path to the image to be used as a border (instead of the normal border around an element). Q 2. In how…

  • 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

    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

    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

    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…

You cannot copy content of this page