반응형
<!DOCTYPE html>
<html lang="kr">
<head>
<title>Home - My first website.</title>
</head>
<body>
<form>
<input required placeholder="Name" type="text" />
<input required placeholder="Last Name" type="text" />
<input required placeholder="Username" type="text" />
<input required placeholder="Password" minlength="10" type="password" />
<input type="submit" value="Create Account" />
</form>
</body>
</html>
결과
반응형
'1. HTML' 카테고리의 다른 글
html label 과 input 태그를 동시에 쓰기 (0) | 2024.11.08 |
---|---|
html form 태그로 파일 올리기 업로드 (file accept) (0) | 2024.11.07 |
html form 태그 안의 <input> (0) | 2024.11.06 |
html 로 audio 추가하기 (& 자동재생 mp3 파일 등) (0) | 2024.11.06 |
html 글자 강조 / 제곱 표시 하는법 (0) | 2024.11.06 |