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
संबंधित प्रश्न
Expansion of CSS ______.
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?
What is the use of <style> tag?
What is CSS?
Write the general format of linking CSS with HTML.
Write a short note on rule of CSS.
Write a CSS file to define font type, style and size to <h1> tag.
