HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🚀
개발 노트
/
🚀
아트집 - 예습
/
Form 만들기

Form 만들기

fieldset과 legend
 
<form action="#" method="POST"> <fieldset id="input1-wrapper"> <legend>Input 1</legend> <input type="text" name="input1" placeholder="input1"> </fieldset> <fieldset id="input2-wrapper"> <legend>Input 2</legend> <input type="text" name="input2" placeholder="input2"> </fieldset> </form>
 
 
Multiple fieldset in a form tag
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Multiple fieldset in a form tag
https://stackoverflow.com/questions/22732248/multiple-fieldset-in-a-form-tag
Multiple fieldset in a form tag