What does this code snippet do?

<!--
<button type="button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" class="navbar-toggle collapsed">
  <span class="sr-only">Toggle navigation</span>
  <span class="icon-bar"></span>
  <span class="icon-bar"></span>
  <span class="icon-bar"></span>
</button> -->

what code snippet, can’t see anything :confused:

I cleaned up your code.
You need to use triple backticks to post code to the forum.
See this post for details.

Thanks, please brief its functionality ?

I suppose it is a hamburger menu icon?

It’s in the header

@jenovs Thanks a lot.