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>
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>