mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
454 B
HTML
19 lines
454 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 - 3 </title>
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
|
|
|
|
<table style="width:200px; border:solid green" >
|
|
<caption style="border:solid orange; caption-side:left">
|
|
cap</caption>
|
|
<tr><td>table</td></tr></table>
|
|
|
|
</body>
|
|
|
|
</html>
|