How do you add a button on a html page?

euhiemf

New member
And i want this to happen when i press the button:
<html>
<head>
<title>Your Document</title>
</head>
<body>
<a href="C:\Users\max\Desktop\My documents\Google.URL">Google.com</a>
</body>
</html>
 
Back
Top