mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
417 B
HTML
27 lines
417 B
HTML
<!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 - 11</title>
|
|
|
|
<style type="text/css">
|
|
table {border:solid green}
|
|
caption{border: solid orange}
|
|
</style>
|
|
</head>
|
|
|
|
<body >
|
|
|
|
<table>
|
|
<caption align="left" style="width:50%">cap</caption>
|
|
<tr><td>table cell</td></tr>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|