반응형
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form action="http://localhost/form.php">
<input type="text">
<input type="submit" value="전송">
<input type="button" value="버튼" onclick="alert('hello world')">
<input type="reset">
</form>
</body>
</html>
<!-- submit : 서버로 데이터 전송, button : 일반 버튼 기능, reset : 그룹내 데이터 초기화 -->
반응형
'WEB > HTML' 카테고리의 다른 글
컨트롤의 제목 - label (0) | 2024.02.06 |
---|---|
데이터 전송 - hidden (0) | 2024.02.06 |
선택 (0) | 2024.02.05 |
텍스트 입력 (0) | 2024.02.05 |
입력양식 - form (0) | 2024.02.05 |