blob: e93c1771f665f405597ea0c31abd2e85425e2307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<link rel="stylesheet" type="text/css"
href="bug448564_forms.css">
</link>
</head>
<body>
<i><b>
<form>a</form>
<form>b</form>
</b></i>
</body>
</html>
|