제출 버튼
<!--버튼 추가 주석-->
<style>
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {width: 250px;}
</style>
<button class="button button1 type="submit">제출</button></form>
<div id="result"> </div>
<!-- 버튼 추가 주석 -->
댓글