File: case-1079820.html

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (34 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
  <style type="text/css">
  span.c1 {text-decoration: underline}
  </style>
</head>
<body>
  <p>text <span lang="en">more text <span lang="la">latin
  text</span> text</span> text.</p>
  <p>text <span lang="en">more text <span>latin text</span>
  text</span> text.</p>
  <p>text <span lang="en"><span>latin text</span> text</span>
  text.</p>
  <p>text <span>more text <span lang="la">latin text</span>
  text</span> text.</p>
  <p><span class="helplink"><span>blah blah ... long
  description</span>short text</span></p>
  <p>text <span class="c1"
        lang="en">more text <span class="c1"
        lang="la">latin text</span> text</span> text.</p>
  <p>text <span class="c1"
        lang="en">more text <span class="c1">latin text</span>
        text</span> text.</p>
  <p>text <span class="c1"
        lang="en"><span class="c1">latin text</span> text</span>
        text.</p>
  <p>text <span class="c1">more text <span class="c1"
        lang="la">latin text</span> text</span>
        text.</p><span class="helplink c1"><span class="c1">blah
        blah ... long description</span>short text</span>
</body>
</html>