44 lines
1020 B
HTML
44 lines
1020 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<style>
|
||
|
.tinymath {height: 1px; width: 1px; overflow: hidden; display: block;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>Line 1</div>
|
||
|
<div>
|
||
|
<span role="presentation" style="position: relative;">
|
||
|
<span class="tinymath" role="presentation">
|
||
|
<math><mn>1</mn><mo>+</mo><mn>1</mn><mo>=</mo></math>
|
||
|
</span>
|
||
|
</span>
|
||
|
Line 2
|
||
|
</div>
|
||
|
<div>Line 3</div>
|
||
|
<div>
|
||
|
<span role="presentation" style="position: relative;">
|
||
|
<span class="tinymath" role="presentation">
|
||
|
<div>2+2=</div>
|
||
|
</span>
|
||
|
</span>
|
||
|
Line 4
|
||
|
</div>
|
||
|
<div>Line 5</div>
|
||
|
<div>Line 6
|
||
|
<span role="presentation" style="position: relative;">
|
||
|
<span class="tinymath" role="presentation">
|
||
|
<math><mn>3</mn><mo>+</mo><mn>4</mn><mo>=</mo></math>
|
||
|
</span>
|
||
|
</span>
|
||
|
<span role="presentation" style="position: relative;">
|
||
|
<span class="tinymath" role="presentation">
|
||
|
<math><mn>5</mn><mo>+</mo><mn>2</mn><mo>=</mo></math>
|
||
|
</span>
|
||
|
</span>
|
||
|
</div>
|
||
|
<div>Line 7</div>
|
||
|
<div>Line 8</div>
|
||
|
</body>
|
||
|
</html>
|