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
State whether the following statement is True or False.
.cs is the extension of CSS file.
A CSS rule set contains ______ and ______.
Positioning types in CSS are ______.
Types of floating properties are ______, ______, ______.
Write a program using html with following CSS specification -
- The background color of the company name should be green.
- The text color of the company name should be red.
- The heading should be large with font "comic sans ms"
- The description of the company should be displayed in blue color in a paragraph.
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 inline CSS code to set the background color for the first level heading as 'green' containing the text "My CA Exam".
Write the equivalent CSS code to set the following styles for a web page:
- The entire page's background color should be yellow.
- Second-level Heading properties should be as follows:
- The text color should be Red.
- Left margin should be 25 px.
- 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.
