본문 바로가기

제출 버튼

블로그관리자료 2024. 2. 24.

  <!--버튼 추가 주석-->
  
<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">&nbsp;</div>
                
                <!-- 버튼 추가 주석 -->

댓글