Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>img with negative values for width and height</title>
</head>
<body>
<img src="url" width="-1" height="-1">
</body>
</html>