SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        .img1 {
            position: relative;
            left: 400px;
            top: 70px;
        }
        
        .ing2 {
            left: 800px;
            top: 70px;
        }
        
        .img3 {
            left: 100px;
            top: 100px;
        }
    </style>
</head>

<body>
    <div>
        <img class="img1" src="Tulips.jpg" alt="">
        <img class="img2" src="Tulips.jpg" alt="">
        <img class="img3" src="Tulips.jpg" alt="">
    </div>

</body>

</html>