
뇌를 자극하는 PHP 저자님이 PDF 파일을 공개 해주셔서 PDF파일을 보고 있는데요.
요즘 게시판 만들 때 저렇게 table 태그 쓰나요??
HTML5 나오고 나서부터는 div 태그로 CSS입히는게 보통인데
책이 옜날책이라서 그런가요?
책을 바꿔야하나 모르겠습니다.
위에 테이블 테그를 요즘은
<form action="insert.php" method="post">
<div class="form-group">
<label for="name">이름</label>
<input type="text" id="name" name="name" maxlength="10" />
</div>
<div class="form-group">
<label for="email">이메일</label>
<input type="text" id="email" name="email" maxlength="25" />
</div>
<div class="form-group">
<label for="pass">비밀번호</label>
<input type="password" id="pass" name="pass" maxlength="8" />
<small>수정, 삭제시 반드시 필요</small>
</div>
<div class="form-group">
<label for="title">제목</label>
<input type="text" id="title" name="title" maxlength="35" />
</div>
<button type="submit">등록</button>
</form>
이런식으로 짜지 않나요?
국비학원 선생님이 table 태그는 옛날방식이라 책갖다 버리라는데 어캐하죠?
혹시 최신 트렌드에 맞게 만들어진 PHP 책 있으면 추천좀 부탁드립니다!@
댓글 14개
베스트 댓글
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717438 | |
| 1717431 | |
| 1717422 | |
| 1717414 | |
| 1717412 | |
| 1717407 | |
| 1717401 | |
| 1717393 | |
| 1717386 | |
| 1717379 | |
| 1717378 | |
| 1717365 | |
| 1717364 | |
| 1717360 | |
| 1717359 | |
| 1717346 | |
| 1717344 | |
| 1717333 | |
| 1717327 | |
| 1717313 | |
| 1717312 | |
| 1717310 | |
| 1717307 | |
| 1717306 | |
| 1717304 | |
| 1717291 | |
| 1717283 | |
| 1717280 | |
| 1717268 | |
| 1717265 |

댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기