Wednesday, October 22, 2014

how to create table using html

Posted by Unknown  |  No comments

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  
 <table>  
 <thead style="display:block;">  
 <tr>  
 <th>Slno</th>  
 <th>Name</th>  
 <th>Course</th>  
 </tr>  
 </thead>  
 <tbody style="display:block;height:50px; overflow:auto;">  
 <tr>  
 <td>1</td>  
 <td>gnani</td>  
 <td>.net</td>  
 </tr>  
 <tr>  
 <td>2</td>  
 <td>gopal</td>  
 <td>jquery</td>  
 </tr>  
 <tr>  
 <td>3</td>  
 <td>chandra</td>  
 <td>asp.net</td>  
 </tr>  
 <tr>  
 <td>4</td>  
 <td>arun</td>  
 <td>php</td>  
 </tr>  
 <tr>  
 <td>5</td>  
 <td>madhu</td>  
 <td>c++</td>  
 </tr>  
 </tbody>  
 </table>  
 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

5:24 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top