Հեղինակ
Վիդեոկուրսեր
Առաջարկել
Խորհուրդ եմ տալիս
Կոդ
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Էջի վերնագիր</title> <style> table, th, td { border: 1px solid black; } </style> </head> <body> <table> <colgroup> <col span="2" style="background-color:yellow"> <col style="background-color:orange"> </colgroup> <tr> <th>Month</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>January</td> <td>My first HTML</td> <td>$53</td> </tr> </table> </body> </html>
Արդյունք