《信息发布与网页设计》HTML.ppt

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 框架布局(2) frameset rows=# 横向排列多个窗口: frameset rows=25%,25%,50% frame src=A.html frame src=B.html frame src=C.html /frameset 框架布局(3) 纵横排列多个窗口: frameset cols=20%,* frame src=A.html frameset rows=40%,* frame src=B.html frame src=C.html /frameset /frameset 框架布局(4) 不允许各窗口改变大小 frame noresize 缺省设置是允许各窗口改变大小的。 表单 表单的基本语法 form action=url method=* ... ... input type=submit input type=reset /form *=GET, POST 表单中提供给用户的输入形式 input type=* name=** *=text, password, checkbox, radio, image, hidden, submit, reset **=Symbolic Name for server side script 文字和密码 *=text, password input type=* value=** form action=login.jsp method=POST 用户名: input type=text name=userName/br/ 密码: input type=password name=password/br/ input type=submit value=登录/ input type=reset value=重设/ /form 复选框(Checkbox) input type=checkbox name=* checked input type=checkbox name=* value=** form action=/cgi-bin/post-query method=POST input type=checkbox name=fruits value=bananaBanana pinput type=checkbox name=fruits checked value=appleApple pinput type=checkbox name=fruits value=orangeOrange pinput type=submitinput type=reset /form 单选框(RadioButton) input type=radio name=* value=** input type=radio name=* value=** checked form action=/cgi-bin/post-query method=POST input type=radio name=fruit value=bananaBanana pinput type=radio name=fruit checked value=appleApple pinput type=radio name=fruit value=orangeOrange pinput type=submitinput type=reset /form 列表框 form action=/cgi-bin/post-query method=POST select name=fruit option value=bananaBanana/option option value=apple selectedApple/option option value=orangeOrange/option /select pinput type=submitinput type=reset /form 文本区域 textarea name=* rows=** cols=** ... textarea form action=/cgi-bin/post-query method=POST textarea name=comment rows=5 cols=60初始文本内容/textarea Pinput type=submitinput type=reset /form 提交按钮 input typ

文档评论(0)

1亿VIP精品文档

相关文档