I need help making a table on my html webpage?

blackhawk

New member
no, your coding is wrong that's why its not working. it should be <table><tr><td> then your info </td></tr></table> the slash at the end is recognized as a closing tag and the tr stands for table row and td stands for table data. theres also th for table heading
 
no, your coding is wrong that's why its not working. it should be <table><tr><td> then your info </td></tr></table> the slash at the end is recognized as a closing tag and the tr stands for table row and td stands for table data. theres also th for table heading
 
ok I know that i have to put the tags in first <table><tr><tb> then put my info here<table<tr><tb> this is what i have in my code. so why isn't it showing up in my browser. i do have the latest internet explorer. so what could be the problem?
ok opps my bad on the spelling. I'll just copy and paste what I have in my code.

</LI><table><tr><td>Now if you're not a big partier. Check out the events that Jazzmans has to offer. They have poetry night every thursday night and as always having a little jazz playing in the background.</td></tr></table>
 
Back
Top