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 the position for an element.
______ is used with elements that overlap with each other.
______ character is used to create an id in CSS.
Positioning types in CSS are ______
- Static
- fixed
- absolute
- position
- dynamic
- nested
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.
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.
"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 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
- 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.
