menclose-3-multiple.html 274 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>menclose multiple</title>
  5. <meta charset="utf-8"/>
  6. </head>
  7. <body>
  8. <math>
  9. <menclose notation="circle left top">
  10. <mspace width="100px" height="50px"></mspace>
  11. </menclose>
  12. </math>
  13. </body>
  14. </html>