HTML HTML5空白模板+ jQuery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML HTML5空白模板+ jQuery相关的知识,希望对你有一定的参考价值。
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>The title</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
HTML 空白的HTML5,CSS,jQuery
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
});
</script>
</head>
<body>
</body>
</html>
以上是关于HTML HTML5空白模板+ jQuery的主要内容,如果未能解决你的问题,请参考以下文章
HTML 空白的HTML5,CSS,jQuery
html HTML5空白页+链接到Bootstrap,jQuery
HTML 空白模板 - HTML + jQuery + CSS
html Bootstrap jQuery HTML5模板
HTML 带有jQuery,HTML5shiv和空脚本和样式元素的HTML5模板
html5期末大作业:基于html+css+javascript+jquery+bootstarp响应式图书电商HTML模板网上书店(25页)