blob: ae2ad36d3226a8e346bbdd81ee5761fd5afde430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>menclose default</title>
<meta charset="utf-8"/>
</head>
<body>
<math>
<menclose notation="longdiv">
<mspace width="100px" height="50px"></mspace>
</menclose>
</math>
</body>
</html>
|