border-style
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> <head> <title>border-style</title> <style rel='stylesheet' type='text/css'> div { padding: 3px; border-color: crimson; border-width: 3px; margin: 5px; float: left; width: 50px; height: 50px; } div#dashed {border-style: dashed;} </style> </head> <body> <div id='dashed'>dashed</div>
</body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|