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