How to introduce Baidu search engine and Baidu search engine on your website
It must be cool to call powerful search engines such as google and Baidu on your own pages. There are actually some searched engines. Below is a code segment that calls Baidu.
Forwarding and: http://www.jb51.net/web/144282.html </p>
Today, I suddenly thought that it would be cool to call powerful search engines like google and Baidu on my own pages.
So I checked the information online and did not expect a few lines of code.
The following is a code segment that calls Baidu:
The Code is as follows:
Call Baidu engine on the page -->
<! Doctype html>
<Html lang = "en">
<Head>
<Meta charset = "UTF-8">
<Title> call Baidu engine </title>
</Head>
<Body>
<Div id = "container">
<Form action = "http://www.baidu.com/baidu" target = "_ blank">
<Div align = "center">
<Input name = tn type = hidden value = baidu>
<A href = "http://www.baidu.com/">
</a>
<Input type = text name = word size = 30>
<Input type = "submit" value = "Baidu search"> </div>
</Form>
</Div>
</Body>
</Html>
How is it? It's easy enough. I still think about how difficult it is.