Suppose i want a sentence | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Suppose i want a sentence

inside <p> tag to be in red color how do i go about it.

21st Apr 2017, 5:42 AM
stephen haokip
stephen haokip - avatar
1 Answer
+ 6
<p style="color: red;">this is red</p> <p>First sentence. <span style="color: red;">this is red</span></p>
21st Apr 2017, 5:47 AM
Mario L.
Mario L. - avatar