File: hairy.html

package info (click to toggle)
libhtml-clean-perl 0.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 312 kB
  • ctags: 37
  • sloc: perl: 1,727
file content (45 lines) | stat: -rw-r--r-- 1,131 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
35
36
37
38
39
40
41
42
43
44
45
<!-- 

  A big comment

-->

<head>
<meta name="GENERATOR" content="MS Bloated Pig 2000">
<meta name="FORMATTER" content="fdisk">
<title>This is a test page that touches most options of HTML::Clean
  </title>
</head>
<body>

This is a <strong>bold</strong> line with some empty tags <strong></strong><i></I>.
<P align="left">
How about some excess space within <font color="#000000" face="arial"   > tags?</font>
<P>
<table border="0" align="left">
<tr>
  <td align="left" colspan=1 rowspan=1>
       This is a table with default values.
  </td>
  <td>
      Remove the border=0 from the page
  </td>
</tr>
</table>

<H1 align="left">Tests for align=left in various tags<!-- small comment --></H1>
<OL start="1">
  <li>item 1</li>
  <li>item 2</li>
</ol>
<form method="get" enctype="application/x-www-form-urlencoded"><input name="moo" type="text" value"testing this"></form>
<hr width="100%" align="center">
<A href="http://www.itu.int:80/home/index.html">Link to the ITU Home page with :80 in the URL</a  >
<br>
An image without an alt tag.
<img src="http://www.itu.int/home/graphics/banner.gif">
<br>
<br>
Voil&aacute;
</body>