Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 4, 2015 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/33c0acef264dda8ee13d to your computer and use it in GitHub Desktop.
Save chuck0523/33c0acef264dda8ee13d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
</html>
<head>
<meta charset="utf-8" />
<title>border between tr</title>
<link href="borderBetweenTr.css" rel="stylesheet" />
</head>
<body>
<table>
<tr class="tr">
<td class="td">一番上の行</td>
</tr>
<tr class="tr">
<td class="td">それ以外</td>
</tr>
<tr class="tr">
<td class="td">それ以外</td>
</tr>
<tr class="tr">
<td class="td">それ以外</td>
</tr>
<tr class="tr">
<td class="td">一番上の行</td>
</tr>
</table>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment