Help me in solving FASH02 problem

My issue

why this showing error while i have solved correctly and in main dashboard it’s shows error why??

My code

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

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

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

Your code is not formatted properly…you’ve opened the header tags multiple times and the code is just floating around. Please format it properly so that I can understand your code better.