I have an html assignment and one of the criteria is :
Defined multi-column/row table – not pre-formatted.
Now I have worked with HTML for a few years but I have never heard of pre-formatted tables.
Can someone tell me what pre-formatted tables are in html?
This is just a guess, but it might be referring to a “table” laid out inside
<pre>– that is, doing it like it’s the 80s and we’re still using dumb terminals.Just use a normal table (and when returning the assignment, make sure to ask from what century their material is from).