how to use search bar to find on page content html code example
Example 1: javascript change page title
document.title = "My New Page Title"; //change/set page title in JavaScript
Example 2: html how to create an icon bar in url
<link rel="icon" href="http://example.com/favicon.png">