Creating HTML5 document

Notes:

Creating HTML5 document:

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery Demo</title>
</head>
<body>
<h1 id="heading1">Heading one text</h1>
</body>
</html>

Interview Questions: