Advertisements
Advertisements
Question
"CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.
Answer in Brief
Advertisements
Solution
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.
shaalaa.com
Cascading Style Sheets in HTML
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The float property defines the ______ of content.
______ character is used to create id in CSS.
A CSS rule set contains ______ and ______.
CSS types are ______, ______ and ______.
Types of floating properties are ______, ______, ______.
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.
- 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.
