Site icon DataFlair

CSS Border Property

Full Stack Web Development Courses with Real-time projects Start Now!!

Program 1

<html>
    <head>
        <link rel="stylesheet" href="styles2.css">
       <!-- <style>
            p{
                color:red;
            }
        </style>-->
    </head>
    <body>
        <h2>Welcome</h2>
        <p id="one">This is my page</p>
        <p id="two">This is my page</p>
        <p id="three">This is my page</p>
        <p class="four">i am learning CSS</p>

    </body>
</html>

 

Exit mobile version