You are missing a closing </div> tag before </section>

On Wednesday, April 5, 2017 at 2:19:49 PM UTC+1, Hammad Ali wrote:
>
> when i use this html in my app.component.html file i got an error -> 
> *Uncaught 
> Error: Template parse errors:*
> *Unexpected closing tag "section". It may happen when the tag has already 
> been closed by another tag.*
>  by removing <header> and <section> tag it starts working.
> I am unable to identify the issue why this is happening .
>   
>  <header class=" bd-headerarea-1 bd-margins">
>         <div data-affix="" data-offset="" data-fix-at-screen="top" 
> data-clip-at-control="bottom" 
>       data-enable-lg="" data-enable-md="" data-enable-sm="" 
> class="bd-affix-1 bd-no-margins bd-margins affix-top">
>         <section class=" bd-section-3 bd-tagstyles  " id="section3" 
>         data-section-title="Top White with Three Containers">
>             <div class="bd-container-inner bd-margins clearfix">
>                 <div class=" bd-layoutbox-3 bd-no-margins clearfix">
>                     <div class="bd-container-inner" 
> style="margin-left:40%">
>                         <div class=" bd-layoutbox-7 bd-no-margins 
> bd-no-margins clearfix">
>                             <div class="bd-container-inner" >
>
>                                 <a class=" bd-logo-4 bd-no-margins" 
> href="">
>                                     <img class=" bd-imagestyles-18" 
> src="http:"" alt="">
>                                 </a>
>                             </div>
>                         </div>
>
>
>                     </div>
>                 </div>
>             </section>
>         </div>
>    </header>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to