Subscribe:

Monday

Table Structure

You need to know about four basic table tags, as described next:
          

With these tags in mind, you can create both basic and complex table structures according to your needs. Say you want to create a basic table structure, such as the following:
                   
Your value might look like that proven next:
<table>
<tr>
<th>Popular Girls’ Names</th>
<th>Popular Boys’ Names</th>
</tr>
<tr>
<td>Emily</td>
<td>Jacob</td>
</tr>
<tr>
<td>Sarah</td>
<td>Michael</td>
</tr>
</table> 
Opening and ending desk labels encompass the entire area of code. This informs the technique that everything inside these labels is supposed to be in the desk. And there are buying and selling tr labels for each row in the desk. These encompass td or th labels, which, in turn, contain the actual content to be shown by the technique.

 

0 comments:

Post a Comment