Advertisements
Advertisements
प्रश्न
How do you add a background color for all <h1> elements?
कोड लेखन
लघु उत्तर
Advertisements
उत्तर
To set the background colour for every h1 element, we build a rule for the <h1> tag and use the background-color feature.
For example, we define the rule as follows to make all <H1> elements’ backgrounds blue:
h1 { background-color : blue ; }shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
