Difference between revisions of "Html"

From wiki
Jump to navigation Jump to search
(Created page with ";<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled> :An input box to use in forms :;name ::Name of the key in $_POST returned :;value ::Default val...")
 
 
Line 1: Line 1:
 +
[[Category:Webdesign]]
 
;<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled>
 
;<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled>
 
:An input box to use in forms
 
:An input box to use in forms

Latest revision as of 10:37, 15 October 2023

<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled>
An input box to use in forms
name
Name of the key in $_POST returned
value
Default value
readonly
No input allowed
disabled
Value will not be in $_POST