HTML中引入外部CSS和JS

<!DOCTYPE html>
<html>
<head>
<title></title>

<!-- 自定义css -->
<style type="text/css">
h1 {color:red}
p {color:blue}
</style>

<!-- jquery库 -->
<script src="./js/jquery-2.1.0.js"></script>

<!-- 样式文本 -->
<link rel="styleSheet" href="./res/css.css" type="text/css">

</head>
<body>

</body>

<script type="text/javascript">
<script>

<html>

  

posted @ 2018-07-03 14:39  西门燕儿  阅读(4584)  评论(0)    收藏  举报