Answers for "how to set color of specific words of paragraph in css html"

CSS
0

how to change paragraph text color to Red css

p{
	color: red; 
}
Posted by: Guest on October-17-2021

Code answers related to "how to set color of specific words of paragraph in css html"

Browse Popular Code Answers by Language