WD 16. ChromeDeveloperTools
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developer tools</title>
<style>
p{
color: purple;
font-style: italic;
background-color: rosybrown;
}
.bgYellow{
background-color: yellow;
}
</style>
</head>
<body>
<h4>Developer tools tutorial</h4>
<p>This is a tutorail for chrome developer tools</p>
</body>
</html>
#Output:
Comments
Post a Comment