HTML样式

2016-10-31  本文已影响16人  L柠_檬

三种样式表:

1.外部样式表

<link rel="stylesheel" type="test/css" href = "mystyle.css">

2.内部样式表

<style type = "tect/css">

<body{background-color:red}

        p{margin-lift:20px}

</style>

内联样式表

<p style = "coler:red">

上一篇 下一篇

猜你喜欢

热点阅读