<!DOCTYPE html>
<html>
<head>
<title>Code Thuộc tính text-decoration-style trong CSS</title>
<style>
span{width:100%; float:left; height:auto; margin-bottom:20px}
p{text-decoration-line: underline;}
</style>
</head>
<body>
<h1>Code Thuộc tính text-decoration-style trong CSS</h1>
<span>Thuộc tính text-decoration-style trong CSS kết hợp với thuộc tính text-decoration-line để tạo ra các kiểu dáng cho những dấu gạch cho văn bản trong phần tử HTML:</span>
<p style="text-decoration-style: solid;">text-decoration-style: solid; Kiểu đường thẳng</p>
<p style="text-decoration-style: wavy;">text-decoration-style: wavy; Kiểu uống cong</p>
<p style="text-decoration-style: dashed;">text-decoration-style: dashed; Kiểu nét đứt dài</p>
<p style=" text-decoration-style: dotted;">text-decoration-style: dotted; Kiểu nét đứt nhỏ</p>
<p style="text-decoration-style: double;">text-decoration-style: double; Kiểu 2 đường thẳng</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Code Thuộc tính text-decoration-style trong CSS</title>
<style>
span{width:100%; float:left; height:auto; margin-bottom:20px}
p{text-decoration-line: underline;}
</style>
</head>
<body>
<h1>Code Thuộc tính text-decoration-style trong CSS</h1>
<span>Thuộc tính text-decoration-style trong CSS kết hợp với thuộc tính text-decoration-line để tạo ra các kiểu dáng cho những dấu gạch cho văn bản trong phần tử HTML:</span>
<p style="text-decoration-style: solid;">text-decoration-style: solid; Kiểu đường thẳng</p>
<p style="text-decoration-style: wavy;">text-decoration-style: wavy; Kiểu uống cong</p>
<p style="text-decoration-style: dashed;">text-decoration-style: dashed; Kiểu nét đứt dài</p>
<p style=" text-decoration-style: dotted;">text-decoration-style: dotted; Kiểu nét đứt nhỏ</p>
<p style="text-decoration-style: double;">text-decoration-style: double; Kiểu 2 đường thẳng</p>
</body>
</html>