Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
form {
display: inline;
}
</style>
</head>
<body>
<form action="https://www.w3docs.com/" method="post">
<button>Click</button>
</form>
</body>
</html>