<!DOCTYPE html> <html> <head> <style> div { border-style: dashed; } </style> </head> <body> <div>Dashed box</div> </body> </html>