Inline, Internal & External CSS

 




<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CSS Tutorial</title>
    <style>
        p {
            colorblack;
            background-coloryellow;
        }
    </style>
    <link rel="stylesheet" href="tut10.css">
</head>
</style>

<body>
    <h2>this is css tutorial</h2>
    <p> this paragraph teach youevery thing about html and css </p>

</html>