Source Code:
(back to article)
Submit
Result:
Report an issue
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
⌄
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Titre du document</
title
>
<
style
>
img
{
position:
absolute
;
clip:
auto
;
}
</
style
>
</
head
>
<
body
>
<
img
src=
"/uploads/media/default/0001/01/003e5c463668d174ab70bea245c192d81901a4a6.png"
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> img { position: absolute; clip: auto; } </style> </head> <body> <img src="/uploads/media/default/0001/01/003e5c463668d174ab70bea245c192d81901a4a6.png"> </body> </html>