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