So im having some trouble with the challenge and i spent 30 minutes on google trying to figure it out yesterday. Can anybody help me make colored text boxes in html?
If you are trying to change the color of the text, use:<font color="insert_color">This is some text!</font>
<font color="insert_color">This is some text!</font>
However, if you are trying anything more, I suggest using a CSS file.
Please upvote and mark as answered if I answered your question. :)
@KeaganLandfried im new and dont think its possible to make a colored text box in css
@KeaganLandfried <font> is deprecated and should never be used. Use CSS (style attr if you want it inline) instead.
About Me
So im having some trouble with the challenge and i spent 30 minutes on google trying to figure it out yesterday. Can anybody help me make colored text boxes in html?
If you are trying to change the color of the text, use:
<font color="insert_color">This is some text!</font>
However, if you are trying anything more, I suggest using a CSS file.
Please upvote and mark as answered if I answered your question. :)
@KeaganLandfried im new and dont think its possible to make a colored text box in css
@KeaganLandfried <font> is deprecated and should never be used. Use CSS (style attr if you want it inline) instead.