+ 1
Please help!
table
6 Respuestas
+ 20
Tables are created using HTML tags.
<table>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
<tr>
<td>Kitkat</td>
<td>$7</td>
</tr>
</table>
+ 1
Please, somebody help me! On practice, people create tables on html using html tags, or they just paste created table in paint or something like that?
+ 1
visit my profile , there you'll find more than 4 different tables
+ 1
@Ostap table can contain dynamic information and can even be modified by a JavaScript. If you copy and paste you might as well just publish a PowerPoint presentation. If you are a programmer, use tables like in Shamimas example.
0
i mean on practice. How you create table?
- 1
i think its easier and faster if you create table in a paint