in reply to Re: HTML tabular format data display
in thread HTML tabular format data display

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: HTML tabular format data display
by marto (Cardinal) on Mar 03, 2012 at 11:10 UTC

    That is an HTML table:

    <table border="1"> <tr><td>A</td><td>B</td></tr> <tr><td>C</td><td>D</td></tr> </table>

    If that's not the format you want, please describe what output you're trying to achieve.