<!DOCTYPE html>
<html>
<head>
  <style type="text/css">
    body{
      background-image:url(../image/pic1.jpg);
    }
  </style>
</head>
<body>
    <h1>Tài liệu học Lập Trình Web</h1>
</body>
</html>

Tài liệu học Lập Trình Web

background-image:
url(../image/pic1.jpg);
url(../image/pic2.jpg);
url(../image/pic1.jpg), url(../image/pic2.jpg);
url(../image/pic2.jpg), url(../image/pic1.jpg);