html简单样式

1.外部样式表

link rel="stylesheet" type="text/css" href="bbb.css">

2.内部样式表

<style type="text/css">
p{
color: bisque;
}
</style>

3.内联样式表

<a style="color: blueviolet">hhhh</a>
posted @ 2016-10-08 21:29  浪味小仙女  阅读(271)  评论(0编辑  收藏  举报