1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!doctype html> <html> <head> <style> video { width: 100px; height: 100px; border: 10px solid purple; } fieldset { border: 10px solid blue; border-color: green; } </style> <script> </script> </head> <body> <fieldset><video id="x" style="visibility:hidden"></video></fieldset> </body> </html>