How do you write a prompt to get tables or other visuals in html output
for example if I have the values
Jan, 1743
Feb, 8795
March, 9856
April 76345
and i write a prompt to place in table, I get output but its in text in like an image, dont know what its called, almost like a code background, a black ground,. and not arrange in a table. I want it in a table in HTML.
Prompt: Create a table based on this data: Jan, 1743 Feb, 8795 March, 9856 April 76345 Result: Displays a table in ChatGPT with columns for Month and Sales.
Prompt: Create an html table for this data: Jan, 1743 Feb, 8795 March, 9856 April 76345 Result: Creates a HTML code block to produce that table, which can be saved and viewed in a browser.