head, body and template. Head and body tag has same function as in regular HTML, but template tag is used to connect HTML to JavaScript.<head>
<title> </title>
</head>
<body>
</body>
<template name = "">
</template>