I'm having an issue with this code. It doesn't seem to be displaying anything on the screen:
<!DOCTYPE HTML>
<head>
<title> CSS(lab2) </title>
<meta charset="UTF-8">
<style type = "text/css">
.bg {
background-image: url("charlesb.jpg");
background-color: green;
}
</style>
</head>
<body>
<div class= "bg">
</div>
</body>