demo18-css引入方式3:外链式
Posted huaibin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了demo18-css引入方式3:外链式相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!--在这里以link标签导入的方式就是外链式--> <link rel="stylesheet" href="css/new_file.css" /> </head> <body> <div > 河马生鲜 </div> </body> </html>
以上是关于demo18-css引入方式3:外链式的主要内容,如果未能解决你的问题,请参考以下文章