<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Set background</title>
</head>
<!--
bgcolor = "Blue": Set the background color to blue
background = "../ IMGS/108.jpg": Load 108.jpg pictures as the background map--
../ For the superior directory, that is, the picture, that is, the picture is not in the same directory as HTML
Background value:
1. Local pictures: Static pictures, gif dynamic pictures
2. Network pictures: pictures directly on the Internet such as http://pic38.nipic.com/20140217/18011310_164700650134_2.jpg
and
If the picture is too large, it only displays the range of the webpage as a large range
If the picture is too small, use the picture to spread the webpage
->
<body bgcolor="blue" background="../imgs/2.gif">
</body>
</html>
The effect chart is as follows