<!DOCTYPE html>
<html>
<head>
<title>HTML Image as link</title>
</head>
<body>
The following image works as a link:<br>
<a href="https://www.qries.com/">
<img alt="Qries" src="https://www.qries.com/images/banner_logo.png"
width="150" height="70">
</a>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>HTML Image as link</title>
</head>
<body>
The following image works as a link:<br>
<a href="https://www.qries.com/">
<img alt="Qries" src="https://www.qries.com/images/banner_logo.png"
width=150" height="70">
</a>
</body>
</html>
<a href="https://www.google.com">
<img src="./images/image.jpg" />
</a>
<a href="your-hyper-link">
<img src="image.png" alt="HTML img link tutorial" style="width:42px;height:42px;border:0">
</a>
<a href="https://www.google.com"><img alt="Google" src="img.jpg"
style="max-width:960px"/></a>
<!-- how to create image link in html -->
<a href="http://www.google.com">
<img src="logo.jpg">Click this image
</a>
Code Example |
---|
Html :: vertical tabs bootstrap |
Html :: common web server ports |
Html :: html label tag |
Html :: html select message |
Html :: How to play a s3 video url in html video tag? |
Html :: pyscript |
Html :: email verification template html |
Html :: venobox cdn |
Html :: handlebar js basic example |
Html :: card decks bootstrap 4.5 |
Html :: iframe messaging |
Html :: using emojis in html |
Html :: a tag in html |
Html :: icon for right arrow |
Html :: html input on enter |
Html :: ctx arc |
Html :: html relative path |
Html :: source picture |
Html :: form boilerplate |
Html :: number input with any value and range |
Html :: html height percentage not working |
Html :: html ol vs ul |
Html :: vmware workstation ubuntu 16.04 |
Html :: show description on hover |
Html :: if the page is opened so count and put it to the value of hidden input |
Html :: ok siri |
Html :: how to register script html |
Html :: radio button in html |
Html :: une solitude |
Html :: link href to a class on another page |