It is mainly a CSS style control and a META tag; Copy code The code is as follows:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META NAME="save" CONTENT="history"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style> input{ behavior:url(#default#savehistory); } textarea{ behavior:url(#default#savehistory); } </style> <title> ex1 </title> </head> <body> <input name=t1 type=text style="font-size:18">My information is still there <input name=t2 type=text style="font-size:18"> <input type="radio" name="rd" value="1" /> <textarea name="tx" id="tx"></textarea> <p> <a href="http://www.baidu.com"> click here </a> </p> <body> </html> |
<<: Intellij IDEA quick implementation of Docker image deployment method steps
>>: Share 5 JS high-order functions
<meta http-equiv="x-ua-compatible" co...
State Hooks Examples: import { useState } from ...
CSS style rule syntax style is the basic unit of ...
1. Compare the old virtual DOM with the new virtu...
When a request is sent to your server to display ...
Table of contents Early creation method Factory P...
Database Table A: CREATE TABLE task_desc_tab ( id...
Install related dependencies npm i lib-flexible -...
In order to facilitate the storage and access of ...
1. Add the ul tag in the body first <!-- Unord...
MySQL server has gone away issue in PHP 1. Backgr...
theme Today I will teach you how to create a circ...
This article shares the specific code for impleme...
Preface When we were writing the horse, I guess e...
Recently, I have done a simple study on the data ...