HTML5フォーマット

最小限

<!DOCTYPE html>
<html lang=”ja”>
<head>
  <meta charset=”utf-8″ />
  <title></title>
</head>
<body>
</body>
</html>

jQuery/jQuery-ui

<!DOCTYPE html>
<html lang=”ja”>
<head>
  <meta charset=”utf-8″ />
  <!--jQuery-->
  <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script>
  <!--jQuery-ui-->
  <link rel=”stylesheet” href=”http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css”>
  <script src=”http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js”></script>
  <title></title>
</head>
<body>
</body>
</html>