0

How do you add color to HTML?

What do you need to write in HTML in order to color the text and the background?

29th Mar 2023, 5:08 AM
Sergio Gonzalez
Sergio Gonzalez - avatar
2 Answers
+ 4
Using CSS #elementId { color : red; background-color : blue; }
29th Mar 2023, 5:11 AM
AÍąJ
AÍąJ - avatar
+ 1
Thanks AJ
29th Mar 2023, 8:18 PM
Sergio Gonzalez
Sergio Gonzalez - avatar