Chat GPT

Html tables

Chat GPT
Author

Kevn Gilds, MPA

Published

2023-05-05

I disdain writing html tables and dislike trying to find example to copy and paste.

Please create an html table 3 columns and 5 rows

Are you able to provide some basic styling to the table

This Table/title> </head> <body> <table> <tr> <th> Column 1 </th> <th> Column 2 </th> <th> Column 3 </th> </tr> <tr> <td> Row 1, Column 1 </td> <td> Row 1, Column 2 </td> <td> Row 1, Column 3 </td> </tr> <tr> <td> Row 2, Column 1 </td> <td> Row 2, Column 2 </td> <td> Row 2, Column 3 </td> </tr> <tr> <td> Row 3, Column 1 </td> <td> Row 3, Column 2 </td> <td> Row 3, Column 3 </td> </tr> <tr> <td> Row 4, Column 1 </td> <td> Row 4, Column 2 </td> <td> Row 4, Column 3 </td> </tr> <tr> <td> Row 5, Column 1 </td> <td> Row 5, Column 2 </td> <td> Row 5, Column 3 </td> </tr> </table> </body> </html> <!DOCTYPE html> <html> <head> <title> My Table
Column 1 Column 2 Column 3
Row 1, Column 1 Row 1, Column 2 Row 1, Column 3
Row 2, Column 1 Row 2, Column 2 Row 2, Column 3
Row 3, Column 1 Row 3, Column 2 Row 3, Column 3
Row 4, Column 1 Row 4, Column 2 Row 4, Column 3
Row 5, Column 1 Row 5, Column 2 Row 5, Column 3

About

Kevin is a nonprofit data professional operating out of Lakeland, Florida.
My expertise is helping nonprofits collect, manage and analyze their program data.