<!DOCTYPE html>
<html>
<head>
<title>Thuộc tính background-repeat no-repeat trong CSS</title>
<style>
body {
background-image: url("https://webmoi.vn/thumuc/bg-cay.png");
}
</style>
</head>
<body style="background-repeat: no-repeat;">
<h1>Thuộc tính background-repeat no-repeat trong CSS</h1>
<p>Background không có lặp lại:</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Thuộc tính background-repeat no-repeat trong CSS</title>
<style>
body {
background-image: url("https://webmoi.vn/thumuc/bg-cay.png");
}
</style>
</head>
<body style="background-repeat: no-repeat;">
<h1>Thuộc tính background-repeat no-repeat trong CSS</h1>
<p>Background không có lặp lại:</p>
</body>
</html>