You can use the attribute in HTML5 <input="text" placeholder="what you want to enter" > You can also use js to add css style Copy code The code is as follows:<style type="text/css"> .in_search { border:1 none; color:#999999; float:left; font-size:14px; height:18px; line-height:18px; margin:3px 2px; width:253px; } </style> <input name="q" class="in_search" onfocus="if(this.value=='Please enter what you want to enter'){this.value='';}" onblur="if(this.value==''){this.value='Please enter what you want to enter';}" type="text" value="Please enter what you want to enter"/> |
<<: JavaScript implements the detailed process of stack structure
>>: An example of vertical centering of sub-elements in div using Flex layout
A very useful function group_concat(), the manual...
Table of contents 1. Pull the mysql image 2. Chec...
Table of contents Preface 1. Basic knowledge of f...
1. Leading fuzzy query cannot use index (like ...
1. Click the server host and click "Virtual ...
Overview This article is a script for automatical...
Nginx can generally be used for seven-layer load ...
Introduction This article records how to mount a ...
Web page design related questions, see if you can...
Table of contents 1. Function Introduction 2. Key...
v-model is a Vue directive that provides two-way...
Grid layout Attributes added to the parent elemen...
First, let’s take a look at the general practices...
This project shares the specific code of Vue+Rout...
What is a web page? The page displayed after the ...