Created
May 10, 2020 13:32
-
-
Save dasomoli/651964b74c3f6d82c96ca9bf481edfbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="url" method="post"> | |
<div> | |
<label for="real_name">이름:</label><br /> | |
<input type="text" name="realname" maxlength="18" id="real_name" /> | |
</div> | |
<div> | |
<label for="nick_name">별명:</label><br /> | |
<input type="text" name="nickname" id="nick_name" /> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment