İstenilen :

Benim yaptığım :

Kodlar:
https://www.w3schools.com/html/tryit...=tryhtml_intro Buradan bakabilirsiniz. Nasıl yapacağım bilemedim.
<table border="" cellpadding="2"> <tbody> <tr> <th style="width: 200px;" colspan="2" align="center"> <div>Pırlanta</div></th> </tr>
<tr> <th> Pırlanta Toplam Karat(CT) Ağırlığı </th> <th>0,23</th> </tr> <tr> <th align="LEFT"> Pırlanta Taş Rengi </th> <th>F-G</th> </tr> <tr> <th align="LEFT"> Pırlanta Taş Karatı(CT) </th> <th>0,14</th> </tr> <tr> <th align="LEFT"> Pırlanta Taş Saflığı </th> <th>SI</th> </tr> <tr> <th align="LEFT"> Pırlanta Taş Kesim Şekli </th> <th>Baget</th> </tr> <tr> <th align="LEFT"> Pırlanta Yan Taş Rengi </th> <th>E-F</th> </tr> <tr> <th align="LEFT"> Pırlanta Yan Taş karatı(CT) </th> <th>0,09</th> </tr> <tr> <th align="LEFT"> Pırlanta Yan Taş Saflığı </th> <th>SI</th> </tr> </tbody></table> <br />
<table border="" cellpadding="2"> <tbody> <tr> <th style="width: 200px;" colspan="2" align="center"> Altın</th> </tr>
<tr> <th align="LEFT"> Maden </th> <th style="text-align: left;">Altın</th> </tr> <tr> <th align="LEFT">Ana Maden</th> <th style="text-align: left;">14 Ayar Beyaz Altın</th> </tr> <tr> <th align="LEFT">Ağırlık</th> <th style="text-align: left;">1,88 gr</th> </tr> <tr> <th align="LEFT">Zincir Dahil Uzunluk</th> <th style="text-align: left;">22</th> </tr> </tbody></table>