<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>input_tag</title>
</head>
<body>
<form name="frm">
사용자 ID : <input type="text" size="10" name="id"><br />
비밀번호 : <input type="password" size="10" name="password"><br /><br />
선택과목<br />
<select>
<option>국어</option>
<option>영어</option>
<option selected>수학</option>
</select>
<br /><br /><br /><br /><br />
<input type="submit" value="완 료">
<input type="reset" value="취 소">
</form>
</body>
</html>
'Skills > HTML5' 카테고리의 다른 글
220831 input_tag_test2.html (0) | 2022.09.05 |
---|---|
220831 input_tag_test1.html (0) | 2022.09.05 |
220831 input_tag2.html (0) | 2022.09.05 |
220831 input_tag1.html (0) | 2022.09.05 |
220831 table_resume.html (0) | 2022.09.05 |