1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <style> fieldset { min-width: 0; width: 0; } legend { width: 100px; height: 20px; } </style> <fieldset> <legend></legend> </fieldset>