Answers for "hoq to give paragraph color css"

CSS
0

hoq to give paragraph color css

<html>
    <head>
        <body>
            <P>HELLO BROTHERS.</P>
            <style>
                p {
                    color:blue;
                }
            </style>
        </body>
    </head>
</html>
Posted by: Guest on September-28-2021
0

hoq to give paragraph color css

<html>
    <head>
        <body>
            <P>HELLO BROTHERS.</P>
            <style>
                p {
                    color:blue;
                }
            </style>
        </body>
    </head>
</html>
Posted by: Guest on September-28-2021

Code answers related to "hoq to give paragraph color css"

Browse Popular Code Answers by Language