Advertisements
Advertisements
प्रश्न
Write any two differences between the Outline and Border-style properties of CSS.
अंतर स्पष्ट करें
Advertisements
उत्तर
Different between Outline and Border:
| Outline | Border |
| The outline is a line that is drawn around elements (outside the borders) to make the element "stand out". | The border properties of an element allow you to specify the style and colour of its border. |
| We can't specify if individual sides should have an outline or not. | Individual side borders can be styled, and a border radius can be specified. |
shaalaa.com
Cascading Style Sheets in HTML
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
The ______ property is used to set the position for an element.
The float property defines the ______ of content.
.cs is the extension of CSS file.
A programmer wants to define range for age between 18 to 50, he will use a form with following appropriate control.
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.
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>"CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.
