1 2 3 4 5 6 7 8
<!DOCTYPE html> <style> table { outline: 1px solid red; visibility: hidden; } </style> <table> <caption>Caption</caption> <tr><td>Cell</td></tr> </table>