SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <title></title>
        <style>
        </style>
    </head>
    <body>
        <div><a href="####">示例范本</a></div>
    </body>
</html>
div {
    text-align: center;
    font-size: 30px;
}

a {
    text-decoration: none;
    color: red;
}

a:hover {
    text-decoration: underline;
    color: skyblue;
}