Help me in solving FASH02 problem

My issue

i have created a div tag with class NavBar still it gives same error

My code

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

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