Help me in solving FASH02 problem

My issue

id="navbar-title"
</div>



   </header>

My code

// your code goes here

Learning course: Projects using HTML / CSS
Problem Link: Build Navigation Bar Practice Problem in Projects using HTML / CSS

@zany_vigor_87
refer the following code

<body>
    <!-- Update the code below this comment -->
	
	<header>
	    <div class="NavBar">
	        <a href="" id="navbar-title">FASHION STORE</a>
	    </div>
	</header>
	   
</body>