Advertisements
Advertisements
प्रश्न
Anshu, a class X student, is writing CSS code for making all <span> elements bold. Choose the correct code for getting the desired output from the following options:
विकल्प
span{text-size:bold}
span {font-weight:bold}
<span style="font-size:bold">
span{text-size:bold}
MCQ
उत्तर
span {font-weight:bold}
Explanation:
The thickness (weight) of the font can be specified using CSS's font-weight property. The text appears bold when the font-weight is set to bold. This is the proper approach to use CSS to apply bold styling to every <span> element.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?