How can I use background color and front color in html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How can I use background color and front color in html

6th Dec 2016, 9:51 AM
Bjlee
2 Respostas
0
The code you are looking for is style attribute. <p style="color:#fcfcfc;background-color=#444444">Your text goes here</p>
6th Dec 2016, 10:35 AM
meceware
0
Thank you
6th Dec 2016, 10:39 AM
Bjlee