Advertisements
Advertisements
Question
Write any two differences between the Outline and Border-style properties of CSS.
Distinguish Between
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
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
______ is used with elements that overlap with each other.
______ character is used to create an id in CSS.
A CSS rule set contains ______ and ______.
- Set
- selector
- post
- declaration block
- <>
Write Html5 code with CSS as follows -
- Create ordered list with names of tourist Cities.
- Create unordered list with tourist places of those cities.
- Divide the list into two sections left and right by using CSS.
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.
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 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.