When I enter “Control + F” on a browser then there is a search bar in the bottom in which if we search any word, then all the words related to that are highlighted. So I have added a search bar which is currently static on my angular application. but I want to achieve same behaviour of highlighting words which are written in the search bar.
.highlight { background-color: yellow; }
2