Today, it suddenly occurred to me that it would be cool to call powerful search engines like Google and Baidu on my own web pages. So I looked up information online, and I didn’t expect it to be just a matter of a few lines of code. The following is a code snippet that calls Baidu: Copy code The code is as follows:<!--Call Baidu engine in the page--> <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Calling 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/"> <img src="upload/2022/web/baidulogo_clarity_80_29.gif" alt="Baidu" align="bottom" border="0"></a> <input type=text name=word size=30> <input type="submit" value="Baidu search"></div> </form> </div> </body> </html> How about it? Simple enough, I was wondering how difficult it would be. |
<<: Summary of new usage examples of computed in Vue3
Usually a CSS selector selects from top to bottom...
Without further ado, these three methods are: ren...
The error is as follows: Uncaught TypeError: Cann...
Table of contents introduce Key Features Effect d...
Effect There are currently 2 projects (project1, ...
Table of contents Array destructuring assignment ...
W3Cschool explains it this way The <meta> el...
It is very simple to build a kong cluster under t...
Personal implementation screenshots: Install: npm...
Preface This article mainly introduces a problem ...
When installing FileZilla Server on the server, t...
Table of contents Preface How to implement Vuex f...
Loading kernel symbols using gdb arm-eabi-gdb out...
The specific code is as follows: /*Scroll bar wid...
The difference between replace into and insert in...