Computer Science, asked by kushagratiwar1908, 7 months ago

Rajat wants to assign green colour to a paragraph write the code that will help him in completing the the task. in HTML​

Answers

Answered by harshitha22279
49

Answer:

Use the style attribute

Explanation:

<p style="color:green;">Your paragraph</p>

Answered by Anonymous
21

Answer:

Use the style attribute

Explanation:

<p style="color:green;">Your paragraph</p>

Similar questions