Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/87.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 是否可以根据属性名称调整输入字段宽度_Html_Css - Fatal编程技术网

Html 是否可以根据属性名称调整输入字段宽度

Html 是否可以根据属性名称调整输入字段宽度,html,css,Html,Css,如何使输入字段与输入字段名属性中的字符串长度相同 可以使用以下命令指定最大长度和最大大小: <input type="text" name="data" maxlength="4" size="4"> 可以使用以下命令指定最大长度和最大大小: <input type="text" name="data" maxlength="4" size="4"> 可能添加一点细节肯定会有帮助!!添加一点细节肯定会有帮助!!

如何使输入字段与输入字段名属性中的字符串长度相同


可以使用以下命令指定最大长度和最大大小:

<input type="text" name="data" maxlength="4" size="4">

可以使用以下命令指定最大长度和最大大小:

<input type="text" name="data" maxlength="4" size="4">

可能添加一点细节肯定会有帮助!!添加一点细节肯定会有帮助!!