<!DOCTYPE html>
<style>
div {
border: solid red;
background: green;
width: 100px;
height: 100px;
}
</style>
<div></div>
<!DOCTYPE html>
<style>
div {
border: solid red;
background: green;
width: 100px;
height: 100px;
}
</style>
<div></div>