<!DOCTYPE html>
<style>
div {
width: 300px;
height: 300px;
background-color: green;
}
</style>
You should see a green box.
<div></div>
<!DOCTYPE html>
<style>
div {
width: 300px;
height: 300px;
background-color: green;
}
</style>
You should see a green box.
<div></div>