blob: c2fdddb0db87c691ad8906dccab13b7d732bb9b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<head>
<style type="text/css">
legend {font-size:0;}
</style>
</head>
<body>
<form>
<fieldset>
<legend></legend>
</fieldset>
</form>
</body>
</html>
|