If you use the W3Schools website for different coding purposes and you working with the custom search bar. Then probably you faced problems with the search icon. Because you are not able to find a search icon to put on your website search bar. So here I am sharing a link where you can download "W3Schools Search Icon":
For downloading image right click on the image and click "Save image as", then start the download.
Now if you using W3Schools code just do this small update which will give you the search icon.
Code: background-image: url('/css/searchicon.png');
In this code, you have to replace, /css/searchicon.png to https://www.w3schools.com/css/searchicon.png
Like this:
Updated Code: background-image: url(https://www.w3schools.com/css/searchicon.png);
Hope this helps you, if you have any query please do comment below:)
No comments:
Post a Comment