Skip to content

Instantly share code, notes, and snippets.

@taitokiss
Created November 11, 2018 02:14
Show Gist options
  • Save taitokiss/e1a66ae2509581a00ed2437567860ce3 to your computer and use it in GitHub Desktop.
Save taitokiss/e1a66ae2509581a00ed2437567860ce3 to your computer and use it in GitHub Desktop.
xml と比較用の html
<html>
<head><title>テスト結果</title></head>
<body>
<h1>山田太郎</h1>
<table border="1">
<tr><td>得点</td><td>90</td></tr>
<tr><td>所感</td><td>とても良い</td></tr>
</table>
<hr>
<h1>佐藤陽子</h1>
<table border="1">
<tr><td>得点</td><td>75</td></tr>
<tr><td>所感</td><td>まずまず</td></tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment