hoq to give paragraph color css

Solutions on MaxInterview for hoq to give paragraph color css by the best coders in the world

showing results for - "hoq to give paragraph color css"
Alexandra
16 Jan 2016
1<html>
2    <head>
3        <body>
4            <P>HELLO BROTHERS.</P>
5            <style>
6                p {
7                    color:blue;
8                }
9            </style>
10        </body>
11    </head>
12</html>
Lottie
03 Apr 2020
1<html>
2    <head>
3        <body>
4            <P>HELLO BROTHERS.</P>
5            <style>
6                p {
7                    color:blue;
8                }
9            </style>
10        </body>
11    </head>
12</html>
similar questions
queries leading to this page
hoq to give paragraph color css