blob: db9d4375ade510ce1b9f90c5ecfbae5b473077e5 (
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>
<mspace width="100px" height="50px"></mspace>
</menclose>
</math>
</body>
</html>
|