Advertisements
Advertisements
प्रश्न
"CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.
Advertisements
उत्तर
Advantages of CSS -
- It helps to make consistent and spontaneous changes in web pages.
- It improves the loading speed of the page
- CSS has the ability to re-position the elements on webpage
- It has better device compatibility.
APPEARS IN
संबंधित प्रश्न
The float property defines the ______ of content.
______ is used with elements that overlap with each other.
A programmer wants to define range for age between 18 to 50, he will use a form with following appropriate control.
______ character is used to create an id in CSS.
A CSS rule set contains ______ and ______.
- Set
- selector
- post
- declaration
- <>
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>Write an external CSS code snippet to set all four margins of the body tag with 5px each.
Write any two differences between the Outline and Border-style properties of CSS.
