Tag: Question
-
CSS Quizs Question & Answers – CSS Outline
Q 1. Identify the outline property that specifies the amount of area extended beyond the border box.A. outset3dB. insetC. outsetD. inset3d Show Answer Answer:-C. outset Explanation It specifies a 3D outset border. The effect depends on the border-color value. Q 2. Which of the following value specifies a dashed outline?A. dashB. dashedC. double-dashD. all of…
-
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 Text
Q1 . Which of the following CSS property determines how overflowed content that is not displayed is signaled to the users?A. text-flowB. text-underflowC. text-overflowD. none of the mentioned Show Answer Answer:-C. text-overflow Q 2. Which of the following sets the mode for the overline text decoration, determining whether the text decoration affects the space characters…
-
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
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 – 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 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…