Answers for "how to add multiple styles in inline css"

3

how to add multiple CSS inline html

<p style="color:red;text-align:center;font-weight:bold;font-size:20px;"> Hello there!</p>
Posted by: Guest on August-10-2020
0

multiple styles on one line

<h1 style="color:blue;text-align:center">This is a header</h1>
Posted by: Guest on June-02-2021

Code answers related to "how to add multiple styles in inline css"

Browse Popular Code Answers by Language