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