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
संबंधित प्रश्न
Which of the following is the page level style?
CSS is also called as ______.
The extension of CSS file is ______.
What is selector?
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 CSS file to define text color and alignment to <p> tag.
