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

MySQL slow_log table cannot be modified to innodb engine detailed explanation

background Getting the slow query log from mysql....

How to ensure the overall user experience

Related Articles: Website Design for User Experien...

Detailed code examples of seven methods for vertical centering with CSS

When we edit a layout, we usually use horizontal ...

CSS example code for implementing sliding doors

The so-called sliding door technology means that ...

Summary of essential knowledge points for MySQL query optimization

Preface Query optimization is not something that ...

Solution for front-end browser font size less than 12px

Preface When I was working on a project recently,...

Meta viewport makes the web page full screen display control on iPhone

In desperation, I suddenly thought, how is the Sin...

How to add a pop-up bottom action button for element-ui's Select and Cascader

As shown in the figure below, it is a common desi...

...

Analysis and application of irregular picture waterfall flow principle

The layout problem of irregular picture walls enc...

Element Timeline implementation

Table of contents Components - Timeline Custom no...

Briefly describe the four transaction isolation levels of MySql

Isolation Level: Isolation is more complicated th...