Code: Select all
<html>
<head>
<title>test</title>
<body>
<a href="image_view.html"><img src="images/50868449.jpg" width="100" height="100"></a>
</body>
</head>
</html>
Code: Select all
<html>
<head>
<title>test</title>
<body>
<img src="images/50868449.jpg">
</body>
</head>
</html>