1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <html> <head> </head> <body onload="document.getElementById('legend').style.display = '';"> <form action=""> <fieldset> <legend id="legend" style="display: none;">TEST</legend> </fieldset> </form> </body> </html>