A small piece of HTML code will include the Baidu search bar in your page

A small piece of HTML code will include the Baidu search bar in your page
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contains Baidu pages</title>
</head>
<body>
<form id="bdfm" target="_blank" name="bdfm" method="get" action="http://www.baidu.com/s">
<table>
<tr>
<td>
<a href="http://www.baidu.com">
<img src="img/baidu.jpg"/>
</a>
</td>
<td><br/><input type="text" id="search1" name="word"/></td>
<td><br/><input type="submit" value="Search" /></td>
</tr>
</table>
</form>

The effect is shown in the figure:

<<:  Solution to the problem that the background image of a label does not display in IE8

>>:  Three BOM objects in JavaScript

Recommend

CSS3 realizes the glowing border effect

Operation effect: html <!-- This element is no...

Serial and parallel operations in JavaScript

Table of contents 1. Introduction 2. es5 method 3...

Detailed steps for setting up and configuring nis domain services on Centos8

Table of contents Introduction to NIS Network env...

How to configure MySQL scheduled tasks (EVENT events) in detail

Table of contents 1. What is an event? 2. Enable ...

Several situations where div is covered by iframe and their solutions

Similar structures: Copy code The code is as foll...

Node uses async_hooks module for request tracking

The async_hooks module is an experimental API off...

Windows Server 2016 Quick Start Guide to Deploy Remote Desktop Services

Now 2016 server supports multi-site https service...

MySQL 5.7.18 Archive compressed version installation tutorial

This article shares the specific method of instal...

Linux uses iptables to limit multiple IPs from accessing your server

Preface In the Linux kernel, netfilter is a subsy...

Summary of important mysql log files

Author: Ding Yi Source: https://chengxuzhixin.com...

Tutorial on how to modify element.style inline styles

Preface When we were writing the web page style a...

The solution record of Vue failing to obtain the element for the first time

Preface The solution to the problem of not being ...

Vue scaffolding learning project creation method

1. What is scaffolding? 1. Vue CLI Vue CLI is a c...