\<!DOCTYPE html>
<html>
<head>
<title>Thuộc tính background-repeat repeat-y trong CSS</title>
<style>
body {
background-image: url("https://webmoi.vn/thumuc/bg-nho.jpg");
}
</style>
</head>
<body style="background-repeat: repeat-y;">
<h1>Thuộc tính background-repeat repeat-y trong CSS</h1>
<p>Background lặp theo chiều dọc:</p>
</body>
</html>
\<!DOCTYPE html>
<html>
<head>
<title>Thuộc tính background-repeat repeat-y trong CSS</title>
<style>
body {
background-image: url("https://webmoi.vn/thumuc/bg-nho.jpg");
}
</style>
</head>
<body style="background-repeat: repeat-y;">
<h1>Thuộc tính background-repeat repeat-y trong CSS</h1>
<p>Background lặp theo chiều dọc:</p>
</body>
</html>