<!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>
<link rel="stylesheet" href="tut 13.css">
<style>
p{color: gold bacol;
background-color: cornflowerblue;}
</style>
</head>
<body>
<h3>This is CSS Tutorial</h3>
<!-- <p style="color: red; background-color: yellowgreen;" >This Tutorial will teach you everything you need to know about.</p> -->
<p>This Tutorial will teach you everything you need to know about HTML.</p>
</body>
</html>
Comments
Post a Comment