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
संबंधित प्रश्न
The Declaration block of CSS is surrounded by
The declaration should be terminated by
What is the property to set text as bold?
Which of the following indicates that the text included is a comment?
What is the use of <style> tag?
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 short note on rule of CSS.
Write a CSS file to define text color and alignment to <p> tag.
