HTML5 Basic Markup

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=1">

<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>

</body>
</html>


Learn More :