2016年5月6日
摘要: 框架页面的基本语法 <frameset cols=“25%,50%,*” rows =“50%,*” border=“5”> <frame src=“the_first.html "> …… </frameset> cols将窗口分割成左中右3个部分,可选 rows将窗口分割成上下2个部分,可选 b 阅读全文
posted @ 2016-05-06 16:25 懒猫要学习512 阅读(164) 评论(0) 推荐(0)
摘要: 表单页面的基本结构 <FORM action=“http://www.sohu.com” method=“post”> …… </FORM> 表单元素的统一格式 <FORM name="form3" method="post" action=""> <INPUT type="checkbox" na 阅读全文
posted @ 2016-05-06 16:13 懒猫要学习512 阅读(138) 评论(0) 推荐(0)