Cant get past first stage get error messaage

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

https://www.codecademy.com/courses/learn-html-css/lessons/structure/exercises/what-is-html?action=lesson_resume

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Right-hand side of ‘instanceof’ is not an object

```

Replace this line with your code.

<do not remove the three backticks above>

And your <body>...</body> looks like

  <body>
  	<div class="container">
  		<h1>HERE you put your name</h1>
  	  <a class="btn" href="#">Get Started</a>
  	</div>
  </body>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.