1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <html> <head> <style> * { border: 0; margin: 0; padding: 0; } </style> </head> <body> <fieldset style="position: relative; top: 25px; left: 20px; width: 100px;"> <legend> <span style="position: absolute; top: 25px; left: 30px">test</span> </legend> </fieldset> </body> </html>