▽ 결과 ▽
▽ 코드 ▽
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<table border="1" width=700>
<tr>
<td colspan="5" align=center>
자유게시판
</td>
</tr>
<tr align=center>
<td> </td>
<td width=400>Title</td>
<td>Writer</td>
<td>Date</td>
<td>View</td>
</tr>
<tr height=300>
<td colspan="5" align=center>
글이 없습니다.
</td>
</tr>
<tr>
<td colspan="5" align=center>
1 2 3 4 5 6 7 8 9 10
</td>
</tr>
<tr>
<td colspan="5" align=right><input type="button" value="글쓰기"></td>
</tr>
</table>
</body>
</html>
'Web > HTML' 카테고리의 다른 글
[HTML] HTML 기본 예제 - form(input submit, input reset, required), audio, video, fieldset, legend (0) | 2020.04.23 |
---|---|
[HTML] HTML 예제 - 게시판 글쓰기 창 (0) | 2020.04.23 |
[HTML] HTML 예제 - 간단 로그인 창 (0) | 2020.04.23 |
[HTML] HTML 기본 개념 - Table(th, tr, td, colspan, rowspan), Input, Textarea, Select (0) | 2020.04.23 |
[HTML] HTML 기본 개념 - HTML, CSS, JavaScript 기본 정의 (0) | 2020.04.23 |