Advertisements
Advertisements
प्रश्न
Write any two differences between the Outline and Border-style properties of CSS.
अंतर स्पष्ट करें
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
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.
______ character is used to create an id in CSS.
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
Positioning types in CSS are ______
- Static
- fixed
- absolute
- position
- dynamic
- nested
Types of floating properties are ______, ______, ______
- left
- zero
- right
- all
- none
- dock
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.
Write the equivalent CSS code to set the following styles for a web page:
- The entire page's background color should be yellow.
- Second-level Heading properties should be as follows:
- The text color should be Red.
- Left margin should be 25 px.