зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
390 B
HTML
23 строки
390 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>mphantom</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
<math>
|
|
<mtext>LEFT</mtext>
|
|
<munderover>
|
|
<mspace width="4em" height="3em" depth="2em"/>
|
|
<mtext>BELOW</mtext>
|
|
<mtext>ABOVE</mtext>
|
|
</munderover>
|
|
<mtext>RIGHT</mtext>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|