Skip to content

Instantly share code, notes, and snippets.

@dasomoli
Created May 10, 2020 13:32
<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