Toggle navigation
Toggle navigation
This project
Loading...
Sign in
민재기
/
web_service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
민재기
2017-03-16 11:26:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5af5c87f9146b4c811219650b6ddce4918f7242
f5af5c87
1 parent
d393e8c8
170316 test.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
table_test.html
table_test.html
0 → 100644
View file @
f5af5c8
<!DOCTYPE html>
<html
lang=
"ko"
>
<body>
<table
border=
"1"
>
<caption>
홈런순위
</caption>
<thead>
<tr>
<th>
이름
</th>
<th>
홈런
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
이대호
</td>
<td>
41
</td>
</tr>
<tr>
<td>
최진행
</td>
<td>
27
</td>
</tr>
<tr>
<td>
홍성흔
</td>
<td>
26
</td>
</tr>
</tbody>
<tfoot>
<tr>
<th
colspan=
"2"
>
2010-08-22
</th>
</tr>
</tfoot>
</table>
<
/body
</html>
Please
register
or
login
to post a comment