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

Example of using Docker to build an ELK log system

The following installations all use the ~/ direct...

Detailed explanation of InnoDB storage files in MySQL

Physically speaking, an InnoDB table consists of ...

A brief analysis of the differences between px, rem, em, vh, and vw in CSS

Absolute length px px is the pixel value, which i...

Pure CSS drop-down menu

Achieve results Implementation Code html <div ...

Summary of commonly used SQL statements for creating MySQL tables

Recently, I have been working on a project and ne...

Differences between MySQL CHAR and VARCHAR when storing and reading

Introduction Do you really know the difference be...

Mini Program to Implement Slider Effect

This article example shares the specific code for...

MySQL select, insert, update batch operation statement code examples

In projects, batch operation statements are often...

Example code for implementing a text marquee with CSS3

Background Here's what happened, Luzhu accide...

Write a formal blog using XHTML CSS

The full name of Blog should be Web log, which mea...

How to build sonarqube using docker

Table of contents 1. Install Docker 2. Install so...

MySQL 8.0.22.0 download, installation and configuration method graphic tutorial

MySQL 8.0.22 download, installation and configura...

One question to understand multiple parameters of sort command in Linux

The sort command is very commonly used, but it al...