Skip to content

Commit

Permalink
Website Creation Class (Work Files/Project Files)
Browse files Browse the repository at this point in the history
  • Loading branch information
MafuSaku authored Jun 28, 2022
1 parent ba5c24f commit 03846f7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions สร้างตาราง5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<style>
table {
width:100%;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;
}
</style>
</head>
<body>
<table>
<tr>
<th> สินค้า </th>
<th> จังหวัด </th>
<th> ยดขาย </th>
</tr>
<tr>
<td rowspan="2"> ยาสีฟันและสบู่ </td>
<td> กรุงเทพ </td>
<td> 500,000 </td>
</tr>
<tr>
<td> นครราชสีมา </td>
<td> 420,000 </td>
</tr>
</table>
</body>
</html>

0 comments on commit 03846f7

Please sign in to comment.