PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> <head> <style> div { background-color: green; inline-size: 50%; border-block-start-width: 15px; border-block-start-style: dashed; } </style> </head> <body> <h1>border-block-start-style property example</h1> <h2>border-block-start-style: dashed:</h2> <div> <p>The border-block-start-style property defines the style of the border at the start in the block direction.</p> </div> </body> </html>