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 ______ property is used to set the position for an element.
______ 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 block
- <>
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
Positioning types in CSS are ______
- Static
- fixed
- absolute
- position
- dynamic
- nested
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 a CSS code to display the first level heading text as "My School" in Green color and center-aligned.
- Write the CSS code to display the following paragraph below the above-mentioned heading:
This is my School
I study in class 12
The properties of the paragraph content should be as follows:
(I) Text color should be yellow
(II) Font size should be 25 px
(III) Font style should be bold