美文网首页
Chapter 2 link and @import

Chapter 2 link and @import

作者: Candy374 | 来源:发表于2016-12-28 00:14 被阅读0次

if NOT html5, 

<style type="text/css">

link a outside style:

<link> tag

<link rel="stylesheet" href="css/style.css" >

HTML 4.01:

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

@import

<style>

@import url(css/style.css);

@import url(css/style2.css);

</style>

相关文章

网友评论

      本文标题:Chapter 2 link and @import

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