Advertisements
Advertisements
Question
Write any two differences between the Outline and Border-style properties of CSS.
Distinguish Between
Advertisements
Solution
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
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The ______ property is used to set the position for an element.
The float property defines the ______ of content.
______ is used with elements that overlap with each other.
.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.
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
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.
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
