I want to explain a MySQL table structure, and I used <dt>
and <dl>
.
But I could see other posts having a neat table display of their examples
How do I code a table-like structure in a question's textarea?
You can display data in table structure like this:
id | stationname | total
-------------------------
1 | Khar | 5
2 | SantaCruz | 3
3 | Sion | 2
4 | VT | 1
5 | newFort | 3
6 | Bandra | 2
7 | Worli | 1
8 | Sanpada | 3
9 | Joe | 2
10 | Sally | 1
11 | Elphiston | 2
12 | Currey Road | 1
Here you need to write your data in normal table structure (like writing it on notepad.). Then you just need to give them code sample appearance. (By Ctrl+K).
Note: You can use some external tools for that such as:
edit
button of this answer and see how the table is formatted.