Answers for "html paragraph size and color"

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
3

how to change font color of h2 tag in html

<!doctype html>
<html>
  <head>
    <title>shivam the new hacker</title>
    <style>
      h2{font color="yellow"}
    </style>
  </head>
  <body>
    abc
  </body>
  <html>
Posted by: Guest on July-26-2020

Browse Popular Code Answers by Language