Anchor Tag?

I have Bootstrap 4.1 and for the life of me I cant find the anchor tag. I need to link the navbar word About Us to a different section on the page, so that it scrolls nicely to it. Any ideas on how to do this? I could not find a video on you tube about this.

To anchor Link you need to specify an id for your div you want to link to. To do this click the attributes panel beneath the html / css pane.

Then in a link component you add the url as follows #{id-name}