Code Thuộc tính border-left-style trong CSS
Code Thuộc tính border-left-style trong CSS
Code Thuộc tính border-left-style trong CSS
Tự code rồi chạy thử...
Chạy Thử
<!DOCTYPE html>
<html>
<head>
<title>Code Thuộc tính border-left-style trong CSS</title>
<style>
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
div{width:100%;float:left;height:auto;background:antiquewhite;margin-bottom:10px;padding:10px;border-left-width: 5px;border-left-color: red;}
span {width:100%; float: left; heigt:auto; margin-bottom:10px}
</style>
</head>
<body>
<h1>Code Thuộc tính border-left-style trong CSS</h1>
<span>Dùng để quy định kiểu đường viền trái cho phần tử HTML, thuộc tính này kết hợp với thuộc tính border-left-width để quy định chiều rộng và thuộc tính border-left-color để quy định màu sắc cho đường viền:</span>
<div style="border-left-style: solid;">border-left-style: solid;</div>
<div style="border-left-style: dotted;">border-left-style: dotted;</div>
<div style="border-left-style: double;">border-left-style: double;</div>
<div style="border-left-style: dashed;">border-left-style: dashed;</div>
<div style="border-left-style: inset;">border-left-style: inset;</div>
<div style="border-left-style: outset;">border-left-style: outset;</div>
<div style="border-left-style: ridge;">border-left-style: ridge;</div>
<div style="border-left-style: groove;">border-left-style: groove;</div>
<div style="border-left-style: none;">border-left-style: none;</div>
<div style="border-left-style: hidden;">border-left-style: hidden;</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Code Thuộc tính border-left-style trong CSS</title>
<style>
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
div{width:100%;float:left;height:auto;background:antiquewhite;margin-bottom:10px;padding:10px;border-left-width: 5px;border-left-color: red;}
span {width:100%; float: left; heigt:auto; margin-bottom:10px}
</style>
</head>
<body>
<h1>Code Thuộc tính border-left-style trong CSS</h1>
<span>Dùng để quy định kiểu đường viền trái cho phần tử HTML, thuộc tính này kết hợp với thuộc tính border-left-width để quy định chiều rộng và thuộc tính border-left-color để quy định màu sắc cho đường viền:</span>
<div style="border-left-style: solid;">border-left-style: solid;</div>
<div style="border-left-style: dotted;">border-left-style: dotted;</div>
<div style="border-left-style: double;">border-left-style: double;</div>
<div style="border-left-style: dashed;">border-left-style: dashed;</div>
<div style="border-left-style: inset;">border-left-style: inset;</div>
<div style="border-left-style: outset;">border-left-style: outset;</div>
<div style="border-left-style: ridge;">border-left-style: ridge;</div>
<div style="border-left-style: groove;">border-left-style: groove;</div>
<div style="border-left-style: none;">border-left-style: none;</div>
<div style="border-left-style: hidden;">border-left-style: hidden;</div>
</body>
</html>
Code Thuộc tính border-left-style trong CSS nằm trong bài viết Thuộc tính border-left-style trong CSS