Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 리눅스
- Oracle
- cisco packet
- Java
- 네트워크관리사
- ciscopacket
- jsp
- 정처기필기
- 이것이 자바다
- ospf
- NCS
- 라우터
- 정보처리기사
- 원형그래프
- php
- rinux
- html
- VLAN
- jsp연결
- autoset
- 자바
- 네트워크
- 참조타입
- Cisco
- w3school
- sql
- 오라클
- javaee
- 데이터베이스
- 버추얼머신
Archives
- Today
- Total
기록해! 정리해!
Autoset --테이블 만들기 본문
º 테이블 만들기
<? include 'top.php' ?>
<? include 'DBconn.php' ?>
<section>
<br>
<div align=center>
<h2> 학생 성적 처리 프로그램 요약 </h2>
<table border=1 width=300 height=300 >
<tr><td colspan=3> 1 2 3 </td></tr>
<tr>
<td width=100> 4 </td><td width=100> 5 </td> <td rowspan=2> 6 9 </td>
</tr>
<tr><td width=100> 7 </td><td width=100> 8 </td>
</table>
</div>
<br>
</section>
<? include 'bottom.php' ?>
º 테이블 5를 a/b/c/d로 4등분해보기
'Visual studio (PHP)' 카테고리의 다른 글
JAVA Script (0) | 2022.06.16 |
---|---|
HTML 메모장 (0) | 2022.06.16 |
html 태그 (0) | 2022.06.15 |
Autoset --학생 성적처리 ver 11 코드정리 (0) | 2022.06.13 |
AutoSet -- SQL연결 학생 성적처리 ver 11 (0) | 2022.06.10 |
Comments