You can think of it like the core of your project, the structure that your project is based on ex:
<html> <head> <!-- title of the website --> <link href="style.css" rel="stylesheet" type="text/css"> <title>Title</title> </head> <body> </body> </html>
This is what we call boilerplate, it is the same as "starter kit" for html/CSS/JS