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.
shaalaa.com
Cascading Style Sheets in HTML
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
______ 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
- <>
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
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.
What type of CSS is the following code snippet?
<h1 style="color:blue;">A Blue Heading</h1>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.
