Answers for "how to add color and size in paragraph in html"

4

how to give color to text in html

HTML color to text
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
Posted by: Guest on December-01-2020
0

coloring and size of text in html

<p style="color: blue; font-size: 50px;">Exeample text</p>
Posted by: Guest on February-09-2021

Code answers related to "how to add color and size in paragraph in html"

Browse Popular Code Answers by Language