Search results

  1. E

    [HTML] How to make a table with both an unordered list and ordered list side...

    ...by side in the same table? I'm not sure how to do it. I got it done but it seems tedious and messy and I'd assume there is a better way. What I wrote was: <table border=1> <thead> <th>Unordered List</th> <th>Ordered List</th> <tr> <td><ul><li>An item</td></ul> <td><ol><li>First...
Back
Top