+ 1
How can I use bgcolor in html because when I use bgcolor in paragraph tag or <h1> tag it doesn't support to give colour
see my html code https://code.sololearn.com/WWuLXye0n8l6/?ref=app
3 Antworten
+ 3
try this:
<p style="background-color: blue;">
+ 1
thank you but I want to apply colour in text
+ 1
then
<p style="color: blue;">