Advertisements
Advertisements
प्रश्न
Write down general format of CSS declaration.
संक्षेप में उत्तर
उत्तर
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 extension of CSS file is ______.
What is selector?
The Declaration block of CSS is surrounded 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?
What is CSS?
Write a CSS file to define text color and alignment to <p> tag.
List and explain the Font and text element properties and values used CSS.