<!DOCTYPE html>
<html>
<head>
<style>
div { background: green; }
</style>
</head>
<body>
<div><p>OneTwo</p></div>
</body>
</html>