blob: 6e7f6cb3603fbd9960dc63c097837a954d687636 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<body>
<img id="image1" src="">
<img id="image2">
<input id="image3" type="image">
<object id="image4" type="image/png">
<object id="image5" type="text/html"></object>
</body>
</html>
|