美文网首页
HTML样式

HTML样式

作者: L柠_檬 | 来源:发表于2016-10-31 17:22 被阅读16次

三种样式表:

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">

相关文章

网友评论

      本文标题:HTML样式

      本文链接:https://www.haomeiwen.com/subject/ualicttx.html