html label 과 input 태그를 동시에 쓰기
DOCTYPE html>html lang="kr"> head> title>Home - My first website.title> head> body> form> Profile Photo First Name 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> 결과- Profile Photo 문자 클릭 시: 파일창이 열림- F..