欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
您的位置:DIVCSS5首页 > HTML >

 

浏览框

type="file" 浏览狂

name="uImg" 名字

 id="uImg"  页面中编号

 

隐藏域:客户与服务器传递一些数据的,页面上不现实

type="hidden"   隐藏域名

name="uDate"  名字

 

多行文本框

Textarea

rows="8" 行数

 cols="40" 列数 与浏览器相关

name  id

案例代码

<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

</head>

 

<body>

<form>

      照片:<input type="file" name="uImg" id="uImg" /><br />

    <input type="hidden" name="uDate"/>

    评论:<textarea rows="8" cols="40" name="uCode">今天天气不错</textarea>

 

</form>

</body>

</html>

 

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h14093.shtml

如对文章有任何疑问请提交到DIV CSS论坛,或有任何网页制作CSS问题立即到CSS论坛发贴求解 或 直接DIVCSS5网页顶部搜索遇到DIVCSS疑问。
CSS教程文章修订日期:2018-08-14 17:37 原创:DIVCSS5
本文www.divcss5.com DIVCSS5版权所有。