Edit in JSFiddle

<table border="1">
    <colgroup>
        <col span="2" class="col1" />
        <col class="col2" />
    </colgroup>
    <tr>
        <th>ISBN</th>
        <th>Title</th>
        <th>Price</th>
    </tr>
    <tr>
        <td>9788998139322</td>
        <td>생활코딩 쉽게 따라 하는 웹서비스 만들기</td>
        <td>10,350원</td>
    </tr>
</table>