Advertisements
Advertisements
प्रश्न
- Assertion (A): CSS saves a lot of work. It can control the layout of multiple web pages all at once.
- Reason (R): All the required style settings can be stored in an external stylesheet and a link to it can be added in the <head> section of each web page.
विकल्प
Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
Assertion (A) is true and Reason (R) is false.
Assertion (A) is false and Reason (R) is true.
उत्तर
Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
APPEARS IN
संबंधित प्रश्न
The ______ property is used to set the position for an element.
The float property defines the ______ of content.
______ is used with elements that overlap with each other.
.cs is the extension of CSS file
Types of floating properties are ______, ______, ______
- left
- zero
- right
- all
- none
- dock
Write a program using html with following CSS specification -
- The background color of the company name should be green.
- The text color of the company name should be red.
- The heading should be large with font ''comic sans ms''
- The description of the company should be displayed in blue color in a paragraph.
What type of CSS is the following code snippet?
<h1 style="color:blue;">A Blue Heading</h1>
"CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.
Write an external CSS code snippet to set all four margins of the body tag with 5px each.
Write an inline CSS code to set the background color for the first level heading as 'green' containing the text "My CA Exam".