tryit_yourcode See Results <!DOCTYPE html> <html> <head> <style> h1 { border: 2px dotted blue; } </style> </head> <body> <h1>CSS border Shorthand Property</h1> <p>This is a shorthand border property for border-width, border-style, and border-color.</p> </body> </html>