blob: f1d5d1b85d2136b74fcc59aa266934439bbd7a62 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>caption side static - 16</title>
<style type="text/css">
table {border:solid green}
caption{border: solid orange; caption-side:left; margin:auto}
</style>
</head>
<body >
<table align="center">
<caption style="width:20%">cap</caption>
<tr><td>table cell</td></tr>
</table>
</body>
</html>