N
N
Nostromo2017-08-10 16:40:15
HTML
Nostromo, 2017-08-10 16:40:15

Bootstrap table in HTML, for Wordpress, is this design correct?

Good afternoon !
In HTML, a complete kettle, help with creating a table and writing code correctly.
Example: There will be a list of prices on the site, prices will vary from 20 to 40 lines, you need to move the "Prices" column closer to the right corner, in general its width will be 100 px.
The code will be corrected manually, so check if you did it right?

<div class="table-responsive">
 <table class="table table-striped">
    <thead>
      <tr>
        <th>Услуги</th>
        <th>Цены</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Протезирование зубов</td>
        <td>от 3 500</td>
      </tr>
      <tr>
        <td>Удаление зубов</td>
        <td>от 4 500</td>
      </tr>
      <tr>
        <td>Лечение десен</td>
        <td>от 120 000</td>
      </tr>
        <td>Рентген цифровой прицельный</td>
        <td>от 4 500</td>
      </tr>
      </tbody>
  </table>
</div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Istomin, 2017-08-10
@Nimo_tsi

Before x-ray digital sighting forgotten tag

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question