0
Suppose i want a sentence
inside <p> tag to be in red color how do i go about it.
1 ответ
+ 6
<p style="color: red;">this is red</p>
<p>First sentence. <span style="color: red;">this is red</span></p>
inside <p> tag to be in red color how do i go about it.