Clickable table cells?

I wish to make a touchscreen application: the contents of each cell is
basically text, which I want the user to select by simply touching,
i.e. clicking on it. A common url should be accessed by the browser no
matter which cell is clicked, except for the id field at the end,
which should indicate which cell of the table was clicked on.

What would my rhtml file look like, if I wanted to achieve this?

Thanks,
Arun