テーブル
table基本
| サブタイプ分類 | Intrahypothalamic | Mixed hypothalamic | Parahypothalamic |
|---|---|---|---|
| T1強調MRI |
|
|
|
<div class="table-wrap"> <table class="default"> <thead> <tr> <th>サブタイプ分類</th> <th>Intrahypothalamic</th> <th>Mixed hypothalamic</th> <th>Parahypothalamic</th> </tr> </thead> <tbody> <tr> <th>T1強調MRI</th> <td><img src="https://placehold.jp/135x100.png" alt="" width="135" height="100"></td> <td><img src="https://placehold.jp/135x100.png" alt="" width="135" height="100"></td> <td><img src="https://placehold.jp/135x100.png" alt="" width="135" height="100"></td> </tr> </tbody> </table> </div>
tableサンプル.1
| サブタイプ分類 | Intrahypothalamic | Mixed hypothalamic | Parahypothalamic |
|---|---|---|---|
| T1強調MRI |
|
|
|
<div class="table-wrap"> <table class="default"> <thead class="th-2-center th-3-center th-4-center"> <tr> <th>サブタイプ分類</th> <th>Intrahypothalamic</th> <th>Mixed hypothalamic</th> <th>Parahypothalamic</th> </tr> </thead> <tbody class="td-1-center td-2-center td-3-center"> <tr> <th>T1強調MRI</th> <td><img src="https://placehold.jp/135x100.png" alt="" width="135" height="100"></td> <td><img src="https://placehold.jp/135x100.png" alt="" width="135" height="100"></td> <td><img src="https://placehold.jp/135x100.png" alt="" width="135" height="100"></td> </tr> </tbody> </table> </div>
tableサンプル.2
| サブタイプ分類 | 〇〇費 | 〇〇費 | 〇〇費 |
|---|---|---|---|
| T1強調MRI | 500円 | 5,000円 | 35,000円 |
<div class="table-wrap"> <table class="default"> <thead class="th-2-center th-3-center th-4-center"> <tr> <th>サブタイプ分類</th> <th>〇〇費</th> <th>〇〇費</th> <th>〇〇費</th> </tr> </thead> <tbody class="td-1-right td-2-right td-3-right"> <tr> <th>T1強調MRI</th> <td>500円</td> <td>5,000円</td> <td>35,000円</td> </tr> </tbody> </table> </div>