Horje
add link behind a button in html Code Example
add link behind a button in html
<!DOCTYPE html>
<html>
   <head>
      <title>Title of the document</title>
   </head>
   <body>
      <form>
         <input type="button" onclick="window.location.href = 'https://www.w3docs.com';" value="w3docs"/>
      </form>
   </body>
</html>




Html

Related
href on a button Code Example href on a button Code Example
show timestamp as yyyy mm dd html angular Code Example show timestamp as yyyy mm dd html angular Code Example
html utf-8 Code Example html utf-8 Code Example
python selenium get html content Code Example python selenium get html content Code Example
add border to a div Code Example add border to a div Code Example

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