How to create search engine in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How to create search engine in css

29th May 2019, 12:08 PM
PROGRAMMER
PROGRAMMER - avatar
8 Answers
+ 6
CHANDAN V hi 🍎 Only Search engine structure and style element can be added by css which is just create the outer look of the search engine 🍎 in real search engine is work by treating all pages different and assign unique I'd to each and if the page have more frequent used character or links then it will come fast as results and the government Google Search engine use spider and crawlers which automatically assign votes to every page with respect to their frequency if repeating words which can find easily https://computer.howstuffworks.com/internet/basics/google1.htm 🍎 Google spider working can be seen here https://www.keywordxp.com/what-is-google-spider/ 🍎 steps to create own search engine https://www.wikihow.com/Build-Your-Own-Search-Engine Search engine optimization is increased by unique keyword as they come up with the least search, and frequent unique words which is present in any webpage then that too added fast search results If you need more information you can ping me Have some 🍎 🍎 🍎 🍎
29th May 2019, 12:49 PM
DishaAhuja
DishaAhuja - avatar
+ 8
You can not create a search engine from CSS only. You also have to use another language with him.
29th May 2019, 6:37 PM
Bharat Bhushan
Bharat Bhushan - avatar
+ 7
Use JavaScript and PHP with CSS
29th May 2019, 6:38 PM
Bharat Bhushan
Bharat Bhushan - avatar
28th Jun 2019, 2:02 PM
PROGRAMMER
PROGRAMMER - avatar
+ 4
CSS is a styling language, and you cannot create backend functionality using it. You could achieve a search engine with PHP or javascript
29th May 2019, 1:26 PM
haydenki
haydenki - avatar
+ 4
Not with CSS
31st May 2019, 11:45 PM
Sonic
Sonic - avatar
+ 2
You can just style with CSS.
29th May 2019, 8:33 PM
Roj Serbest
0
Why did you mention C++ in your tags when you're talking about CSS?
5th Jun 2019, 3:43 PM
Arashk
Arashk - avatar