Advertisements
Advertisements
प्रश्न
Write down general format of CSS declaration.
संक्षेप में उत्तर
Advertisements
उत्तर
CSS declaration- General format:
Selector Declaration
HTML Tag { Properties : Values; >
Example:
Selector Declaration { properties : Values; }
P {
Font-size : 16pt;
color : red;
font-weight : bold;
} shaalaa.com
Introduction to CSS
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
CSS is also called as ______.
The Declaration block of CSS is surrounded by
The declaration should be terminated by
Which of the following indicates that the text included is a comment?
Which of the following ways below is correct to write a CSS?
Write the general format of linking CSS with HTML.
What is Inline Style?
What are the advantages of using CSS? Advantages of CSS
Write a CSS file to define text color and alignment to <p> tag.
Write a CSS file to define font type, style and size to <h1> tag.
