코드:
결과보기 »
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <title>HTML input tag - height attribute</title> </head> <body> <form action="/examples/media/action_target.php" method="get"> 캐릭터명 : <input type="text" name="char_name"><br> 비밀번호 : <input type="password" name="password"><br> <input type="image" src="/examples/images/submit_icon.png" alt="제출버튼" height="30" width="30"> </form> </body> </html>