SOURCE

console 命令行工具 X clear

                    
>
console
<html>
    <head>
        <title>
            试验CSS效果
        </title>
        <style type=text/css>
            a{color:red}
            p{background-color:blue;color:white;}
        </style>
    </head>
    <body>
        <a href=https://www.tsinghua.edu.cn/>清华大学</a>
        <p>看到这一段文字的颜色和背景色了吗?</p>
        领会了css的作用了吧
    </body>
</html>