Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<body>
<input oninput="w3.filterHTML('#mylang', 'li', this.value)" placeholder="Search for technologies ...">
<ul id="mylang">
<li>javascript</li>
<li>jquery</li>
<li>coffescript</li>
<li>w3.js</li>
<li>backbone.js</li>
<li>angularjs</li>
</ul>
</body>
</html>
The most helpful W3.JS solutions