HTML Learning Road 01-Set background

2023-01-30  

<!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

source

Random Posts

[BZOJ1109] [POI2007] Packing Bagua KLO

qt error: This application failed to start before it core find or load the Qt Platform Plugin Cocoa

python packing tool pyinstaller instructions

rotation matrix, transform matrix, rotating vector, Euler angle, four yuan number

leaflet保存pm绘图geojson数据