Site icon DataFlair

Syntax in CSS

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

Program 1

<html>
    <head>
        <link rel="stylesheet" href="styles1.css">
       <!-- <style>
            p{
                color:red;
            }
        </style>-->
    </head>
    <body
<p> This is my website <p>
</body>
</html>

 

Exit mobile version