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
1. Delete node Execute kubectl delete node node01...
To put it simply, the IP of the virtual machine u...
Preface: In the previous article, we mainly intro...
So which one of these formats, GIF, PNG, and JPG,...
Table of contents Debounce Throttle Summarize Deb...
Automatic web page refresh: Add the following code...
Table of contents Preface 1. Environment Configur...
Table of contents 1. Database Operation 2. Data T...
Write at the beginning This article only covers E...
Services provided by NFS Mount: Enable the /usr/s...
translate(-50%,-50%) attributes: Move it up and l...
Nextcloud is an open source and free private clou...
In the process of product design, designers always...
2D transformations in CSS allow us to perform som...
Solution to Host 'xxxx' is not allowed to...