<html> <head> <style type="text/css"> tr.coll { visibility:collapse } </style> </head> <body> <table border="1"> <tr> <td>Peter</td> <td>Griffin</td> </tr> <tr class="coll"> <td>Lois</td> <td>Griffin</td> </tr> </table> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself