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 ______ property is used to set position for an element.
The float property defines the ______ of content.
______ is used with elements that overlap with each other.
State whether the following statement is True or False.
.cs is the extension of CSS file.
Types of floating properties are ______, ______, ______.
Write HTML5 code with CSS as follows -
- Create ordered list with names of tourist Cities.
- Create unordered list with tourist places of those cities.
- Divide the list into two sections left and right by using CSS.
Write HTML5 code with CSS as follows -
- To create form to accept name, age, email address, from the user.
- Create a submit button to send the data.
- The heading of the form should have a background color and a different font style.
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".
Write any two differences between the Outline and Border-style properties of CSS.
