Skip to main content

Posts

Showing posts with the label how to create html template using table tag

how to create html template using table tag

how to create html template using table tag <TABLE> </TABLE>   The Table Tag <table > tag is paired Tag   Let’s Take Coding example of table of 2 by 2 <table>   <tr>                   < td> Name </td>                                 <td> Roll No </td>               </tr>                   <tr>                < td> Prakash </td>                            ...