Report Bug
Qus : which one is invalid attribute of tag
Qusकौन सा एट्रिब्यूट टैग में इस्तेमाल नहीं किया जा सकता

A. bgcolor
B. text
C. color
D. background


Solution
C. color



Explanation
color is invalid attribute , bgcolor is used to set the backgroud color, text- is used to set the text color background- is used to set the background image in html page



Report Bug