border-width : border width : Box Model HTML CSS TUTORIALS


HTML CSS TUTORIALS » Box Model » border width »

 

border-width


 





<html>
<head>
<title>Border Width Properties</title>
<style>
body   {font-size: 1.3em;}

{background-color: white;
   border-style: solid;
   border-width: thin medium thick 3px;}
</style>
</head>

<body>
<p>Paragraph features:a solid border style with
the top set to "thin," the right set to "medium,"
the bottom set to "thick," and the left set to pixels.</p>
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Box Model
» border width