<!DOCTYPE html>
<html>
  <head>
    <title>menclose box</title>
    <meta charset="utf-8"/>
  </head>

  <body>
    <math>
      <menclose notation="box">
        <mspace width="100px" height="50px" mathbackground="blue"></mspace>
      </menclose>
    </math>
  </body>
</html>