A basic html5 codes for new page
<!DOCTYPE html>
<!--[if lte IE 8]><html class="msie" lang="en"><![endif]-->
<!--[if gte IE 9]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>HTML5 Basic Page</title>
<style type="text/css">
</style>
</head>
<body>
<script>
jQuery(function ($) {
// jQuery Lists
});
</script>
</body>
</html>