1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <html> <head> <style> span { color: white; background: black; } html { font-size: 2em; color: black; background: white; } </style> </head> <body> <fieldset> <legend><span>L</span>egend text</legend> </fieldset> </body> </html>