<!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 {
color: black;
background-color: yellow;
}
</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>