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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

30th May 2018, 7:28 AM
top ten
top ten - avatar
3 Answers
+ 3
try this: <p style="background-color: blue;">
30th May 2018, 7:42 AM
storm
storm - avatar
+ 1
thank you but I want to apply colour in text
30th May 2018, 6:16 PM
top ten
top ten - avatar
+ 1
then <p style="color: blue;">
30th May 2018, 6:54 PM
storm
storm - avatar