Qusकिसी तत्व के टेक्स्ट का रंग बदलने के लिए किस CSS गुण का उपयोग किया जाता है?
A. text-color
B. color
C. font-color
D. All of These
Solution
B. colorExplanation
color property is used to text color using css:
Example
p{
color:red;
}
it make paragraph text color as red