Posts

Image
HOW TO CREATE TABLES USING HTML AND CSS On this blog you will also learn various things like: How to add borders. How to specify the cell padding, spacing, alignment. How to insert image inside the table. 1 . First step is to OPEN the notepad . 2. Inside the < section > element, type the code : < h2>Best attractions in Singapore</h2> 3. Then type the code for the data of the table.  HTML CODE: <table> <tr> <td rowspan="2"></td> <th> Marina Bay </th> <th> Clarke Quay </th> <th> Universal Studios </th> <th> Gardens By the Bay </th> <th> Raffles Hotel </th> </tr> <tr> <td> SG </td> <td > SG </td> <td> SG </td> <td> SG </td> <td> SG </td> </tr> <tr> <td>Information</td> <td>   Marina Bay   in Singapore has...