<html>
<head>
<meta charset="utf-8"
</head>
<body>
<form action="http://localhost/form.php">
<input type="submit" value="전송">
<input type="button" value="버튼" onclick="alert('hello world')">
</form>
</body>
</html>
<input type="reset">
사용자 입력한 모든 정보 초기화