True/False Questions for Intro to Cascading Style Sheets (CSS)
×
Hidden Questions!
Some True/False questions are not visible. Usually teachers hides their visibility if they are few in number. Subject Expert recommends them to have more than 70+ questions against the topic and make them public.
1
The selector "p[language|="en"]{
color: white;
background-color: black;
}" will change all paragraphs to black background with white text. FalseView Answer
2
When you are styling a web page with CSS, you must start to think in terms of boxes. TrueView Answer
3
To show the text floating from right side to the left side in direction for a paragraph, we have to specify the direction with value rightToLeft. FalseView Answer
4
Spacing between the letters of a word and spacing between the words of a sentence can be controlled using CSS. TrueView Answer
5
Case Cade style sheet cannot convert the letters from lower case to upper case. FalseView Answer
6
The css text property "text-blockquote" is used to shift/indent the text on the right side by its specified value. FalseView Answer
7
For external style sheets, The file should contain any html tags and file must be saved with a .css extension FalseView Answer
8
h1+p {} is the example of "Adjacent Sibling Selector". TrueView Answer
9
The adjacent descendant selector matches an element type that is a descendant of another specified element (or nested inside another specified element), not just a direct child.
FalseView Answer
10
Universal selector uses a space character like a wildcard and matches all element types in the document. FalseView Answer
11
HTML was intended to define the content of a document rather than formatting its tags. TrueView Answer
12
HTML was intended to contain tags for formatting a document.
FalseView Answer
13
The *asterick selects elements with a specific class attribute FalseView Answer
14
A CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly braces TrueView Answer
15
One the most efficient way of inserting CSS is inline styling FalseView Answer