Chrome Developer Tool
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developers tools</title>
<style>
p{
color: purple;
font-style: italic;
background-color: rosybrown;
}
</style>
</head>
<body>
<h4>Developers Tools Tutorial</h4>
<p>This is Tutorial for Developer Tools</p>
</body>
</html>
Comments
Post a Comment