<!DOCTYPE html>
<html>
<head>
<title>CSS background-repeat property</title>
</head>
<body>
<p style="background-image:url(../../images/img_nat.png); height:120px; background-repeat: no-repeat;">This element represent background-repeat property.</p>
</body>
</html>