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. |
APPEARS IN
संबंधित प्रश्न
The ______ property is used to set the position for an element.
.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
- <>
Positioning types in CSS are ______
- Static
- fixed
- absolute
- position
- dynamic
- nested
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.
"CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.
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".
- 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.
