HTML-CSS样式编辑

2020-08-24  本文已影响0人  Caesar_emperor

一.\color{green}{直接定义在行内标签}

<a href="https://www.baidu.com" style="text-decoration: none; color:red;font-size:16px;">访问 runoob.com!</a>

二.\color{green}{内部样式}

 <style>
        p {
            border:white solid 100px;
        }
    </style>

三.\color{green}{外部样式表}

<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
上一篇 下一篇

猜你喜欢

热点阅读