Hey!... I was thinking to make my own search engine and after some days i found a way to make it possible using google database . Yes , today we will learn to create own search engine using google . But probably it all thanks to google . Please notedown that we are going to use google ( we don't have our database so results will works according to goolgle search engine mechanism . We are just creating our one webpage in which we will enter data and it will show result in google . )
.So in this tutorial we are going to create a our own search engine , actually we will create a web page in which we will add data and it will show google result . First of all let's create simple web page .
STEP - 1
Open any text editor like notepad , notepad++ and copy below code to it and save it with .html extension .
STEP - 2
Now open any browser and press ctrl + o ( open ) and select html file which we have just created . It's Done .
I have just made my own search engine and it will looks like ...
V Tips & Tricks
Now our search engine is ready . you can also test it above . NOTE: I have not added more styles to this page you can add your own css to this page .