Problem: When view goes max width 767px, my menu goes to mobile view. I am practicing this site. But I tried a lot, I couldn't figure out from where the select tag portion come out in during mobile view time.
• In source page, it is not there. But in DOM tree its here.
• In normal case it stays display: none
but in mobile view time, it becomes display: block
.
But where from this select tag comes? How can I figure out his source?