<!DOCTYPE html> <html> <head> <style> div { border: 2px solid #00643c; } </style> </head> <body> <div>Bordered box</div> </body> </html>