Question:Which of the following is a valid skin definition inside a skin file?
A <asp:Label ID="Label1" BackColor="#FFE0C0" ForeColor="Red" Text="Label"></
asp:Label>B <asp:Label ID="Label1" runat="server" BackColor="#FFE0C0" ForeColor="Red"
Text="Label"></asp:Label>C <asp:Label runat="server" BackColor="#FFE0C0" ForeColor="Red"></asp:Label>
D <asp:Label BackColor="#FFE0C0" ForeColor="Red"></asp:Label>
+ AnswerC
+ Report