Skip to content

Instantly share code, notes, and snippets.

@taishi41228
Last active February 13, 2017 04:57
Show Gist options
  • Save taishi41228/2f1fa7c6f117308f87fb30fca3088b25 to your computer and use it in GitHub Desktop.
Save taishi41228/2f1fa7c6f117308f87fb30fca3088b25 to your computer and use it in GitHub Desktop.
テスト
<!DOCTYPE html>
<html>
<head>
<title>ほげほげのホームページ トップ</title>
</head>
<body>
<h1>ほげほげのホームページ</h1>
<p>こんにちは、今はホームページ作成入門中です。</p>
<h2>ブラウザの比較</h2>
<table>
<tr>
<th></th>
<th>Internet Explorer</th>
<th>Chrome</th>
<th>Safari</th>
<th>Firefox</th>
</tr>
<tr>
<td>スピード</td>
<td>普通</td>
<td>速い</td>
<td>普通</td>
<td>普通</td>
</tr>
<tr>
<td>シェア</td>
<td>No.1</td>
<td>No.2</td>
<td>No.4</td>
<td>No.3</td>
</tr>
<tr>
<td>特徴</td>
<td>Windows標準</td>
<td>テーマや多種多様の拡張機能</td>
<td>カスタマイズ性が高い</td>
<td>Mac標準</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment