Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> .btn { display: inline-block; padding: 10px 25px; margin: 4px 2px; background-color: #1c87c9; border: 3px solid #095484; border-radius: 5px; text-align: center; text-decoration: none; font-size: 20px; color: #fff; cursor: pointer; } </style> </head> <body> <button class="btn" onclick="window.location.href = 'https://de.w3docs.com';" type="submit">Klicken<br />Hier!</button> </body> </html>