<table>
<caption>Career track</caption>
<thead>
<tr>
<th>№</th>
<th>Track name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Frontend Developer</td>
<td>JavaScript is a frontend development programming language. Programmers can use it to make sites dynamic and alive. It's the most popular and easiest language for beginners.</td>
</tr>
</tbody>
</table>
body {
font: 18px/1.5 sans-serif;
color: #333;
}
table {
border-collapse: collapse;
color: #212529;
}
td,
th {
padding: 0.75rem;
border-top: 1px solid #dee2e6;
}
th {
border-bottom: 2px solid #dee2e6;
}
caption {
margin-top: 25px;
font-size: 0.7em;
text-align: right;
caption-side: bottom;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.