summaryrefslogtreecommitdiff
path: root/works/display-table.html
blob: 8ce559c02f8c34de2fe525d2386b0cc1a16b1e76 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
 <head>
  <title>display: table assert</title>
  <style type="text/css">img { display: table; }</style>
 </head>
 <body>
  <img src="../images/netsurf.png">
 </body>
</html>