File: tinymath.html

package info (click to toggle)
orca 49.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,532 kB
  • sloc: python: 98,331; javascript: 281; sh: 64; xml: 27; makefile: 5
file content (43 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<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>