File: GH_1042.html

package info (click to toggle)
ruby-nokogiri 1.11.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,576 kB
  • sloc: xml: 28,086; ruby: 18,456; java: 13,067; ansic: 5,138; yacc: 265; sh: 208; makefile: 27
file content (18 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
  <table align="center" border>
    <tr><th>foo1.0</th><th>bar</th><th>bazz</th></tr>
    <tr><td>foo1.1</td><td>bar</td><td>bazz</td></tr>
  </table>
  <table align="center" border>
    <tr><th>foo2.0</th><th>bar</th><th>bazz</th></tr>
    <tr><td>foo2.1</td><td>bar</td><td>bazz</td></tr>
  </table>
  <table align="center" border>
    <tr><th>foo3.0</th><th>bar</th><th>bazz</th></tr>
    <tr><td>foo3.1</td><td>bar</td><td>bazz</td></tr>
  </table>
</body>
</html>