Tables-Page2
TABLES-Page 2 <!DOCTYPE html > <html lang= "en" > <head> <meta charset= "UTF-8" > <meta http-equiv= "X-UA-Compatible" content= "IE=edge" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <title> HTML Tables </title> </head> <body> TABLE # 1 <h2> BASIC TABLE STRUCTURE </h2> <table border = "3" width= "40%" > <tr> <td> cell1 </td> <td> cell2 </td> <td> cell3 </td> </tr> <tr> ...



Comments
Post a Comment