+ 1
Difference between style="color:red" and color="red"
I don't know effectively when using color without the attribute "style".
2 Answers
+ 3
style="color:red" is inline method to give text a style
but "color="red" will not bring a style to text
I don't know effectively when using color without the attribute "style".