본문 바로가기

IT/수원스터디

동적테이블등.. 과제 body 부분

<body>

  

  <input type="text" value="0" id=text>

  <input type="button"  value="Button 1" class="ab"> // 참고로 style 의 color 를 바꾸면 됨

  <input type="button"  value="Button 2" class="ab">

  <button class="hi">Hi</button>

  <table border=1 width=20% style="display:none">

  <tr class="row">

<td class="ir">Insert Row</td>  

<td width="46" class="r"><input type="button" value="삭제" ></td>

  </tr>

  </table>

  <br><br>

  <table border=1 width=20%  id=table>

  <tr class="row0">

<td>동적테이블</td>  

<td width="46"><input type="button" value="추가" class="insert"></td>

  </tr>

  </table>

 

  <br><br>

  <table>

  <tr> 

<td><input type="checkbox" name="allchk" id="allchk" /></td> 

</tr> 


<tr> 

<td align="center"><input name="listchk" type="checkbox" class="chkbox" id="listchk"></td> 

</tr> 

<tr> 

<td align="center"><input name="listchk" type="checkbox" class="chkbox" id="listchk"></td> 

</tr> 

<tr> 

<td align="center"><input name="listchk" type="checkbox" class="chkbox" id="listchk"></td> 

</tr> 

  </table>

 

  <button class="home">index.jsp</button>

 

 

  <select name='test'>

  <option value="1">1</option>

  <option value="2">1</option>

  <option value="3">1</option>

  </select>

 

  </body>

'IT > 수원스터디' 카테고리의 다른 글

동적테이블, 체크박스 전체 체크, 버튼..value  (0) 2014.08.24
2-2. JS, opener로 값 보내기  (0) 2014.08.13
2. JS(java script)  (2) 2014.08.11
1. HTML  (0) 2014.07.10
0. 시작  (0) 2014.07.10