Introduction to the specific usage of disabled and readonly attributes of textarea_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:37:30
Original
1930 people have browsed it

The disabled attribute represents a disabled text area. In a disabled text area, the content cannot be modified and the value cannot be passed in the request.

The readonly attribute specifies that the text area is read-only. In a read-only text area, the content cannot be modified. Values ​​can be passed in requests.

The specific usage is as follows:

Copy the code
The code is as follows:




Copy code
The code is as follows:


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!