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