Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions WAIC-CODE/WAIC-CODE-0010-01.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
<meta name="copyright" content="This document is licensed under a Creative Commons 4.0">
<link rel="license" href="https://creativecommons.org/licenses/by/4.0/">
<meta name="author" content="ウェブアクセシビリティ基盤委員会(WAIC)">
<style>
table, th, td {
border: 1px solid #000;
}
</style>
</head>

<body>

<div>
<p>営業部およびマーケティング部のメンバーの連絡先は以下の通りです。</p>
<table border="1">
<table>
<caption>営業部連絡先一覧</caption>
<thead>
<tr>
Expand Down Expand Up @@ -56,7 +61,7 @@
</tbody>
</table>

<table border="1">
<table>
<caption>マーケティング部連絡先一覧</caption>
<thead>
<tr>
Expand Down
Loading