SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
    <head>
        <title>喜欢你</title>
    </head>
    <body>
        <h1>
            生日快乐我的美人
        </h1>
        <ul>
            <li><a href="https://jsrun.net/5wUKp/edit">祝你生日快乐小美人</a></li>
            <li><a href="#">
                我喜欢你很久了,
                </a>
            </li>
        </ul>
        
        <br><img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic2.zhimg.com%2F50%2Fv2-d88aeaa2f5fe0635283bf6a65b7bb81f_hd.jpg&refer=http%3A%2F%2Fpic2.zhimg.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1638707742&t=8cb9083ac1a9e8e480533f1aded7b9e1" >
    <br>
    <video src="https://gd-filems.dancf.com/saas/cms/0/87b6f803-47ee-4604-aa1d-0402240b6d3335095.mp4" controls="controls">
    </body>
</html>
h1{
    font-size: 40px;
    color:rgb(255,0, 233);
    text-align: center;
}
h2{
    font-size: 25px;
    color: rgb(0, 0, 0)
}
h3{
    font-size: 20px;
    color: rgb(9, 237, 253)
}
html{
    background-size: 100%;
    background-image: url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg.jj20.com%2Fup%2Fallimg%2Ftp06%2F2006292003305493-0-lp.jpg&refer=http%3A%2F%2Fimg.jj20.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1637644482&t=caf35d5b12871ee298a981935a68d42b);        
}
img{
    width: 350px;
}
p{
    font-size: 25px;
    color: rgb(25, 0, 255)
}
video{
    width: 250px;
}