blob: 0d718ee05cdf3da2e370abaa3db215877178005d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>menclose box</title>
<meta charset="utf-8"/>
</head>
<body>
<math>
<menclose notation="left top right bottom">
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
</menclose>
</math>
</body>
</html>
|