CBSE Class 6  >  Class 6 Test  >  CSS for Beginners  >  Test: Style Inclusion Methods - Class 6 MCQ

Style Inclusion Methods - Free MCQ Practice Test with solutions,


MCQ Practice Test & Solutions: Test: Style Inclusion Methods (10 Questions)

You can prepare effectively for Class 6 CSS for Beginners with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Style Inclusion Methods". These 10 questions have been designed by the experts with the latest curriculum of Class 6 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 10 minutes
  • - Number of Questions: 10

Sign up on EduRev for free to attempt this test and track your preparation progress.

Test: Style Inclusion Methods - Question 1

Which of the following tag is used to linked information should be placed inside?

Detailed Solution: Question 1

Linked information regarding CSS like external CSS document information is always placed in <head> tag. <body> tag contains the body of the document.

Test: Style Inclusion Methods - Question 2

The _______ directive allows style sheets to be grouped and joined together, though some might wonder what the value of this function is given what linked styles provide.

Detailed Solution: Question 2

Within embedded <style> blocks, properties can be imported from an external file and expanded in place, similar to a macro. Importing can be used to include multiple style sheets. An imported style is defined within a <style> tag using @import followed optionally by a type value and a URL for the style sheet. <style> & <script> tag conatins CSS and Javascript content respectively. The metadata content is present in <head> tag.

Test: Style Inclusion Methods - Question 3

Which of the following measurement defines measurement as a percentage?

Detailed Solution: Question 3

Defines a measurement as a percentage. Percentages are denoted by a number followed by the % symbol and are always relative to another value such as length. Quite often they are used to specify some value relative to an inherited value from a parent element.

Test: Style Inclusion Methods - Question 4

Which of the following property sets a variation of the specified or default font family?

Detailed Solution: Question 4

Syntax:
font-variant: normal | small-caps | inherit
The small-caps value sets text in smaller-size all capitals. The normal value would be used to override any inherited font-variant value. Font-weight is for increasing/decreasing weight of font. It takes values like normal, bold, lighter, and bolder.

Test: Style Inclusion Methods - Question 5

Which of the following property assigns a graphic image to a list item?

Detailed Solution: Question 5

list-style-type defines labels for a list of item. List-style property set all the properties for a list. List-style-image assign image to a list item.
Syntax:
list-style-image: url(url of image) | none

Test: Style Inclusion Methods - Question 6

Which of the following property sets the amount of spacing between letters?

Detailed Solution: Question 6

letter-spacing property sets the amount of spacing between letters.
Syntax:
letter-spacing: length | normal | inherit
Length values can be set in various units (negative values are permitted) or to the default value normal.

Test: Style Inclusion Methods - Question 7

Which of the following tag can be used to embed a Document-wide styles in a document’s head element?

Detailed Solution: Question 7

Document-wide styles can be embedded in a document’s head element using the <style> tag. <script> </script> tag is used for Javascript.

Test: Style Inclusion Methods - Question 8

Which of the following measurement defines a measurement relative to a font’s x-height?

Detailed Solution: Question 8

Defines a measurement relative to the height of a font in em spaces. Because an em unit is equivalent to the size of a given font, if you assign a font to 12pt, each em unit would be 12pt, thus 2em would be 24pt.

Test: Style Inclusion Methods - Question 9

Which of the following property sets the font size of text?

Detailed Solution: Question 9

Syntax:
font-size: length | percentage | larger | smaller | xx-small | x-small | 
small | medium | large | x-large | xx-larger | inherit

Test: Style Inclusion Methods - Question 10

Which of the following property defines labels for a list of items?

Detailed Solution: Question 10

Syntax:
list-style-type: disc | circle | square | decimal | decimal-leading-zero
list-style-image add graphical image to a list item. List-style sets all the properties for a list.

10 videos|42 docs|23 tests
Information about Test: Style Inclusion Methods Page
In this test you can find the Exam questions for Test: Style Inclusion Methods solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Style Inclusion Methods, EduRev gives you an ample number of Online tests for practice
10 videos|42 docs|23 tests
Download as PDF