About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<!DOCTYPE html> <html> <body> <h2>Image as a Link</h2> <p>The image is a link. You can click on it.</p> <a href="default.asp"> <img src="https://itupto.com/avatar.png" alt="HTML tutorial" style="width:42px;height:42px;"> </a> </body> </html>