All the main level answers can be found in the source code. If you don’t know what HTML, Javascript is then you will need to have some basic knowledge about it. By just seeing the below code If you don’t know what it does then you need to learn HTML first and then try and solve these levels cause you currently don’t have the knowledge that is required to complete these levels. Here are two websites that can help you in learning this. Codecademy | w3schools. If you are visual learner then you can do a search on youtube for Basics of HTML and you can learn from there too.
<html>
<head>
<title>Welcome To HackThis!!</title>
</head>
<body>
<h1>Welcome To HackThis!!</h1>
<h3>Welcome user</h3>
<div class="container">
</div>
</body>
</html>