WEST SIDE CALI KILLERS
HTML Table Headers 23104840
WEST SIDE CALI KILLERS
HTML Table Headers 23104840
WEST SIDE CALI KILLERS
Would you like to react to this message? Create an account in a few clicks or log in to continue.


HOME OF WSCK CLAN
 
HomeSearchLatest imagesstoreRegisterLog in

Share
 

 HTML Table Headers

View previous topic View next topic Go down 
AuthorMessage
Duke Nukem
Moderator
Moderator
Duke Nukem

Country : USA
Posts : 174
Caps : 293
Times Thanked : 6
Browser : Internet Explorer

HTML Table Headers Empty
PostSubject: HTML Table Headers   HTML Table Headers I_icon_minitimeWed Jul 25, 2012 9:15 pm

Header information in a table are defined with the < th > tag.

All major browsers display the text in the < th > element as bold and centered.

Code:
<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>














Header 1Header 2
row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2
Back to top Go down
 

HTML Table Headers

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» HTML Table Tags
» (HTML) SUBMIT BUTTON
» HTML contact form

Permissions in this forum:You cannot reply to topics in this forum
WEST SIDE CALI KILLERS :: Computer Related :: Coding :: HTML-