What is the most standard and compatible way to make a whole table row into a link?

Posted by Ricket on Stack Overflow See other posts from Stack Overflow or by Ricket
Published on 2010-05-20T17:28:20Z Indexed on 2010/05/20 17:30 UTC
Read the original article Hit count: 183

Filed under:
|
|
|
|

Obviously you can't just surround the <tr> tag with an <a> tag and call it a day; this is invalid and doesn't even work. I have seen JavaScript used, but then what happens to browsers that don't support JavaScript? What is the best way to make an entire table row <tr> into a link?

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript