|
1 <!doctype html> |
|
2 <html> |
|
3 <head> |
|
4 <title>subscript</title> |
|
5 <meta charset="utf-8"/> |
|
6 </head> |
|
7 <body style="background: #5f5; font-size: 50px;"> |
|
8 |
|
9 <div> |
|
10 <math> |
|
11 <msubsup> |
|
12 <mi mathbackground="#5f5">f</mi> |
|
13 <mspace id="s0" width="50px" height="50px" mathbackground="blue"/> |
|
14 <mspace id="s1" width="50px" height="50px" mathbackground="blue"/> |
|
15 </msubsup> |
|
16 </math> |
|
17 </div> |
|
18 |
|
19 <br/> |
|
20 |
|
21 <div> |
|
22 <math> |
|
23 <mmultiscripts> |
|
24 <mi mathbackground="#5f5">f</mi> |
|
25 <mspace id="s2" width="50px" height="50px" mathbackground="blue"/> |
|
26 <mspace id="s3" width="50px" height="50px" mathbackground="blue"/> |
|
27 <mspace id="s4" width="50px" height="50px" mathbackground="blue"/> |
|
28 <mspace id="s5" width="50px" height="50px" mathbackground="blue"/> |
|
29 <mspace id="s6" width="50px" height="50px" mathbackground="blue"/> |
|
30 <mspace id="s7" width="50px" height="50px" mathbackground="blue"/> |
|
31 </mmultiscripts> |
|
32 </math> |
|
33 </div> |
|
34 |
|
35 </body> |
|
36 </html> |