Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> div { font-size: 1.5em; padding: 20px; border-width: 6px; border-color: orange; border-style: dotted dashed solid double; } </style> <div>This 'div' is styled using the CSS border-style property. Try changing the value to see the effect it has on the border styles of each side of the div.</div>