1 2 3 4 5 6 7 8 9 10 11
<!doctype html> <title>CSS Rest Reference</title> <style> table { outline: 1px solid blue; outline-offset: 10px; } </style> <table> Some content </table>