Horje
linked image html Code Example
linked image html
<a rel="nofollow" href="https://example.url.com">
  <img src="image.png" alt="An image">
</a>
how to add a link to an image in html
<!DOCTYPE html>
<html>
   <head>
      <title>HTML Image as link</title>
   </head>
   <body>
      The following image works as a link:<br>
      <a rel="nofollow" href="https://www.qries.com/">
         <img alt="Qries" src="https://www.qries.com/images/banner_logo.png"
         width=150" height="70">
      </a>
   </body>
</html>




Html

Related
how to put images in html Code Example how to put images in html Code Example
routerlink forward ionic Code Example routerlink forward ionic Code Example
align button right Code Example align button right Code Example
html color gold hex Code Example html color gold hex Code Example
html5 astrix for absolutely required field inside a td tag Code Example html5 astrix for absolutely required field inside a td tag Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8