2 Answers
New AnswerAdd or delete give the same result? In addition, if he raised the value of the score remained unchanged too!
<!DOCTYPE html> <html> <head> <title>Page Title</title> <style> table, th, td { border:solid; } </style> </head> <body> <table> <tr> <th colspan=2>col1</th> <th>col2</th> <th>col3</th> </tr> <tr> <td>item1</td> <td>item2</td> <td>item3</td> </tr> </table> </body> </html>
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message