码迷,mamicode.com
首页 > Web开发 > 详细

ASP外部引用(样式、脚本)小结

时间:2014-08-22 19:30:09      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:style   java   io   strong   javascript   sp   on   ef   type   

1.外部样式表(stylesheet)

<link rel="stylesheet" type="text/css" href="*.css" />  RELation  Hypertext REFerence

2.外部脚本(javascript)

<script language="javascript" type="text/javascript" src="*.js" />  SouRCe

  为防止网页加载缓慢,可把非关键的javascript放到网页底部。

ASP外部引用(样式、脚本)小结

标签:style   java   io   strong   javascript   sp   on   ef   type   

原文地址:http://www.cnblogs.com/wangweiabcd/p/3930015.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!