इनलाइन सीएसएस का उपयोग कई लाइनों या तत्वों पर सीएसएस लागू करने के लिए किया जाता है।
Inline CSS is used to apply CSS on multiple lines or elements.
A)
B)
Explanation:
Inline CSS refers to applying CSS styles directly within an HTML element using the style
attribute. It applies styles to individual elements, not multiple elements. You can only apply inline styles to a single element at a time, and it is typically done on a single line (although you can technically write multiline code in the style
attribute).