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
Preface When we build a MySQL cluster, we natural...
Table of contents 1. Initial SQL Preparation 2. M...
Effect: When the slideshow moves in one direction...
The Docker images we usually build are usually la...
The first parameter passing method is dynamic rou...
Dependence on knowledge Go cross-compilation basi...
React Native is a cross-platform mobile applicati...
A Docker container starts a single process when i...
1. Download the alpine image [root@docker43 ~]# d...
Uninstall the system-provided MySQL 1. Check whet...
Installing Docker on CentOS requires the operatin...
1. Resume nacos database Database name nacos_conf...
Problem description: Recently, there is a demand ...
The GROUP BY syntax can group and count the query...
What is WSL Quoting a passage from Baidu Encyclop...