en.javascript.info/12-css-for-js/12-space-under-img/inline-p.view/index.html
2015-02-27 13:21:58 +03:00

20 lines
304 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<style> * { margin: 0; padding: 0; } </style>
<table>
<tr>
<td style="border:1px red solid; font-size:120%">
<img src="https://js.cx/clipart/square_50.png" width="50" height="50">p
</td>
</tr>
</table>
</body>
</html>