“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-image:url('/upload/love/css.gif');
background-repeat:repeat-x;
}
</style>
</head>
<body>
<p>repeat-x will repeat a background image only horizontally.</p>
</body>
</html>