Answers for "difer style tag in html"

4

how to write multiple style in html

<h1 style="color:blue;text-align:center">This is a header</h1>
<p style="color:green">This is a paragraph.</p>
Posted by: Guest on May-28-2020
9

how to write css in html

<p style="color: blue; font-size: 46px;">
Posted by: Guest on May-01-2020

Browse Popular Code Answers by Language