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 position for an element.
______ is used with elements that overlap with each other.
State whether the following statement is True or False.
.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 id in CSS.
CSS types are ______, ______ and ______.
Types of floating properties are ______, ______, ______.
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.
- 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.
