mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
14 lines
232 B
HTML
14 lines
232 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>col removal</title>
|
|
</head>
|
|
<body>
|
|
<table border>
|
|
<colgroup width="500px">
|
|
</colgroup>
|
|
<tr><td> </td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|